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)

System.Object
  Microsoft.WindowsAzure.Scheduler.Models.JobHttpRequest

public class JobHttpRequest

NameDescription
System_CAPS_pubmethodJobHttpRequest()

Initializes a new instance of the JobHttpRequest class.

System_CAPS_pubmethodJobHttpRequest(Uri, String)

Initializes a new instance of the JobHttpRequest class with required arguments.

NameDescription
System_CAPS_pubpropertyAuthentication

Optional. Gets or sets the request authentication.

System_CAPS_pubpropertyBody

Optional. Gets or sets the request body.

System_CAPS_pubpropertyHeaders

Optional. Gets or sets Header name value pairs to supply with the http/https action.

System_CAPS_pubpropertyMethod

Required. Gets or sets Http method e.g. GET, PUT, POST, DELETE.

System_CAPS_pubpropertyUri

Required. Gets or sets Uri of the endpoint to invoke.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: