IPrivateEndpointConnectionItem.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.
Modified whenever there is a change in the state of private endpoint connection.
[Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Runtime.Info(Create=true, Description="Modified whenever there is a change in the state of private endpoint connection.", 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.KeyVault.Runtime.Info(Create=true, Description="Modified whenever there is a change in the state of private endpoint connection.", 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