CloudPool.ETag Property

Definition

Gets or sets the ETag of the Pool.

[Newtonsoft.Json.JsonProperty(PropertyName="eTag")]
public string ETag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="eTag")>]
member this.ETag : string with get, set
Public Property ETag As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

This is an opaque string. You can use it to detect whether the Pool has changed between requests. In particular, you can be pass the ETag when updating a Pool to specify that your changes should take effect only if nobody else has modified the Pool in the meantime.

Applies to