IWebPubSubProperties.ServerPort 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.
[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
- Attributes