SchedulerOperationStatusResponse.ETag Propriedade
Opcional. ETag opcional se retornado da solicitação original.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public string ETag { get; set; }
public:
property String^ ETag {
String^ get();
void set(String^ value);
}
member ETag : string with get, set
Public Property ETag As String
Valor de propriedade
Type: System.String
Consulte também
Classe SchedulerOperationStatusResponse
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo