Share via


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
System_CAPS_pubmethod JobHttpRequest()

Initializes a new instance of the JobHttpRequest class.

System_CAPS_pubmethod JobHttpRequest(Uri, String)

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

Properties

Name Description
System_CAPS_pubproperty Authentication

Optional. Gets or sets the request authentication.

System_CAPS_pubproperty Body

Optional. Gets or sets the request body.

System_CAPS_pubproperty Headers

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

System_CAPS_pubproperty Method

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

System_CAPS_pubproperty Uri

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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