OperationStatusResponse.Id Propriedade
A ID da solicitação assíncrona. Esse valor é retornado no cabeçalho da resposta x-ms-request-id da solicitação assíncrona.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)
Sintaxe
public string Id { get; set; }
public:
property String^ Id {
String^ get();
void set(String^ value);
}
member Id : string with get, set
Public Property Id As String
Valor de propriedade
Type: System.String
Consulte também
Classe OperationStatusResponse
Namespace Microsoft.WindowsAzure
Retornar ao topo