SchedulerOperationStatusResponse.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 SchedulerOperationStatusResponse.ErrorDetails Error { get; set; }
public:
property SchedulerOperationStatusResponse::ErrorDetails^ Error {
SchedulerOperationStatusResponse::ErrorDetails^ get();
void set(SchedulerOperationStatusResponse::ErrorDetails^ value);
}
member Error : SchedulerOperationStatusResponse.ErrorDetails with get, set
Public Property Error As SchedulerOperationStatusResponse.ErrorDetails
Property Value
Type: Microsoft.WindowsAzure.Management.Scheduler.Models.SchedulerOperationStatusResponse.ErrorDetails
See Also
SchedulerOperationStatusResponse Class
Microsoft.WindowsAzure.Management.Scheduler.Models Namespace
Return to top