LongRunningOperationStatusResponse.Error Property
Optional. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public LongRunningOperationStatusResponse.ErrorDetails Error { get; set; }
public:
property LongRunningOperationStatusResponse::ErrorDetails^ Error {
LongRunningOperationStatusResponse::ErrorDetails^ get();
void set(LongRunningOperationStatusResponse::ErrorDetails^ value);
}
member Error : LongRunningOperationStatusResponse.ErrorDetails with get, set
Public Property Error As LongRunningOperationStatusResponse.ErrorDetails
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse.ErrorDetails
See Also
LongRunningOperationStatusResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top