LongRunningOperationResponse.Error Property
Optional.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public BatchManagementError Error { get; set; }
public:
property BatchManagementError^ Error {
BatchManagementError^ get();
void set(BatchManagementError^ value);
}
member Error : BatchManagementError with get, set
Public Property Error As BatchManagementError
Property Value
Type: Microsoft.Azure.Management.Batch.Models.BatchManagementError
See Also
LongRunningOperationResponse Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top