Share via


CloudServiceOperationStatusResponse.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.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public CloudServiceOperationStatusResponse.ErrorDetails Error { get; set; }
public:
property CloudServiceOperationStatusResponse::ErrorDetails^ Error {
    CloudServiceOperationStatusResponse::ErrorDetails^ get();
    void set(CloudServiceOperationStatusResponse::ErrorDetails^ value);
}
member Error : CloudServiceOperationStatusResponse.ErrorDetails with get, set
Public Property Error As CloudServiceOperationStatusResponse.ErrorDetails

Property Value

Type: Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceOperationStatusResponse.ErrorDetails

See Also

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

Return to top