JobCollectionUpdateParameters.ETag Propriedade
Obrigatório. A ETag da coleção de trabalho para atualizar. A atualização falhará se a que ETag não corresponde.
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 JobCollectionUpdateParameters
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo