Share via


IAgentPool.ETag Property

Definition

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.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="eTag", Update=false)]
public string ETag { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=false, Description="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.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="eTag", Update=false)>]
member this.ETag : string
Public ReadOnly Property ETag As String

Property Value

Attributes

Applies to