IPrivateEndpointConnection.ConnectionState 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.
Status of the connection.
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Status of the connection.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus? ConnectionState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Status of the connection.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.ConnectionState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus> with get, set
Public Property ConnectionState As Nullable(Of PrivateLinkConnectionStatus)
Property Value
- Attributes