Propriedade SchedulerOperationStatusResponse.Error
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 (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim instance As SchedulerOperationStatusResponse
Dim value As ErrorDetails
value = instance.Error
instance.Error = value
Sintaxe
'Declaração
Public Property Error As ErrorDetails
public ErrorDetails Error { get; set; }
public:
property ErrorDetails^ Error {
ErrorDetails^ get ();
void set (ErrorDetails^ value);
}
/** @property */
public ErrorDetails get_Error ()
/** @property */
public void set_Error (ErrorDetails value)
public function get Error () : ErrorDetails
public function set Error (value : ErrorDetails)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe SchedulerOperationStatusResponse
Membros SchedulerOperationStatusResponse
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models