次の方法で共有


IHybridConnection.ListenerCount Property

Definition

The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.

[Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.Info(Description="The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="listenerCount")]
public int? ListenerCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Relay.Runtime.Info(Description="The number of listeners for this hybrid connection. Note that min : 1 and max:25 are supported.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="listenerCount")>]
member this.ListenerCount : Nullable<int>
Public ReadOnly Property ListenerCount As Nullable(Of Integer)

Property Value

Attributes

Applies to