LongRunningOperationStatusResponse.HttpStatusCode Property
Optional. The HTTP status code for the asynchronous request.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.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
LongRunningOperationStatusResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top