IWebPubSubProperties.ServerPort Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="The publicly accessible port of the resource which is designed for customer server side usage.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="serverPort")]
public int? ServerPort { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="The publicly accessible port of the resource which is designed for customer server side usage.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="serverPort")>]
member this.ServerPort : Nullable<int>
Public ReadOnly Property ServerPort As Nullable(Of Integer)

Property Value

Nullable<Int32>
Attributes

Applies to