LongRunningOperationStatusResponse.Error Propriedade
Opcional. Se a operação assíncrona tiver falhado, o corpo de resposta incluirá o código de status HTTP para falha na solicitação, além de informações de erro em relação à falha.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Automation.Models.LongRunningOperationStatusResponse.ErrorDetails
Consulte também
Classe LongRunningOperationStatusResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo