VirtualMachineScaleSet.Etag Property

Definition

Gets etag is property returned in Create/Update/Get response of the VMSS, so that customer can supply it in the header to ensure optimistic updates

[Newtonsoft.Json.JsonProperty(PropertyName="etag")]
public string Etag { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="etag")>]
member this.Etag : string
Public ReadOnly Property Etag As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to