Share via


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)

Syntax

public HttpStatusCode HttpStatusCode { get; set; }
public:
property HttpStatusCode HttpStatusCode {
    HttpStatusCode get();
    void set(HttpStatusCode value);
}
member HttpStatusCode : HttpStatusCode with get, set
Public Property HttpStatusCode As HttpStatusCode

Property Value

Type: System.Net.HttpStatusCode

See Also

SchedulerOperationStatusResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top