共用方式為


IConnectionState.Status Property

Definition

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? Status { 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.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.PrivateLinkConnectionStatus> with get, set
Public Property Status As Nullable(Of PrivateLinkConnectionStatus)

Property Value

Attributes

Applies to