InputEndpoint.LocalPort Property

 

Gets or sets the internal port on which the Virtual Machine is listening.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

public Nullable<int> LocalPort { get; set; }

Property Value

Type: System.Nullable<Int32>

The internal port.

Return to top
Show: