IKeyValue.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.
A value representing the current state of the resource.
[Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="", 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.AppConfigurationdata.Runtime.Info(Create=true, Description="A value representing the current state of the 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.AppConfigurationdata.Runtime.Info(Create=true, Description="", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="etag", Update=true)>]
member this.Etag : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.Info(Create=true, Description="A value representing the current state of the 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