Udostępnij przez


IResource.Etag Property

Definition

This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.Info(Create=true, Description="This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="etag", Update=true)]
public string Etag { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceGraph.Runtime.Info(Create=true, Description="This will be used to handle Optimistic Concurrency. If not present, it will always overwrite the existing resource without checking conflict.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="etag", Update=true)>]
member this.Etag : string with get, set
Public Property Etag As String

Property Value

Attributes

Applies to