SchedulerOperationStatusResponse::HttpStatusCode Property

 

Optional. The HTTP status code for the asynchronous request.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public:
property HttpStatusCode HttpStatusCode {
	HttpStatusCode get();
	void set(HttpStatusCode value);
}

Property Value

Type: System.Net::HttpStatusCode
Return to top
Show: