JobHttpRequest Class
Request for an http or https action type.
Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest
Syntax
public class JobHttpRequest
public ref class JobHttpRequest
type JobHttpRequest = class end
Public Class JobHttpRequest
Constructors
Name | Description | |
---|---|---|
JobHttpRequest() | Initializes a new instance of the JobHttpRequest class. |
|
JobHttpRequest(Uri, String) | Initializes a new instance of the JobHttpRequest class with required arguments. |
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. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Scheduler.Models Namespace
Return to top