Propriedade Resource.ETag
Optional. ETag identifying the current entity revision on the server.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim instance As Resource
Dim value As String
value = instance.ETag
instance.ETag = value
Sintaxe
'Declaração
Public Property ETag As String
public string ETag { get; set; }
public:
property String^ ETag {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ETag ()
/** @property */
public void set_ETag (String value)
public function get ETag () : String
public function set ETag (value : String)
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 Resource
Membros Resource
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse