InstanceEndpoint.LocalPort 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.
Optional. Specifies the internal port on which the virtual machine is listening to serve the endpoint. This element is only listed for Virtual Machine deployments.
public int? LocalPort { get; set; }
member this.LocalPort : Nullable<int> with get, set
Public Property LocalPort As Nullable(Of Integer)