Share via


PSKubernetesCluster.ETag Property

Definition

Gets unique read-only string used to implement optimistic concurrency. The eTag value will change when the resource is updated. Specify an if-match or if-none-match header with the eTag value for a subsequent request to enable optimistic concurrency per the normal etag convention.

[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