InstanceEndpoint.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)

Syntax

public Nullable<int> LocalPort { get; set; }
public:
property Nullable<int> LocalPort {
    Nullable<int> get();
    void set(Nullable<int> value);
}
member LocalPort : Nullable<int> with get, set
Public Property LocalPort As Nullable(Of Integer)

Property Value

Type: System.Nullable<Int32>

The internal port.

See Also

InstanceEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top