JobHttpRequest Members

Request for an http or https action type.

The following tables list the members exposed by the JobHttpRequest type.

Public Constructors

  Name Description
  JobHttpRequest Overloaded.  

Top

Public Properties

  Name Description
Authentication Optional. Gets or sets the request authentication.
Body Optional. Gets or sets the request body.
Headers Optional. Gets or sets Header name value pairs to supply with the http/https action.
Method Required. Gets or sets Http method e.g. GET, PUT, POST, DELETE.
Uri Required. Gets or sets Uri of the endpoint to invoke.

Top

Public Methods

(see also Protected Methods)

  Name Description
Equals  (Inherited from Object)
GetHashCode  (Inherited from Object)
GetType  (Inherited from Object)
ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
Finalize  (Inherited from Object)
MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

JobHttpRequest Class
Microsoft.WindowsAzure.Scheduler.Models Namespace