IETag.Etag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entity tag is used for comparing two or more entities from the same requested resource.
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=true, Description="Entity tag is used for comparing two or more entities from the same requested resource.", 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.Security.Runtime.Info(Create=true, Description="Entity tag is used for comparing two or more entities from the same requested resource.", 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