VirtualMachineUpdateLoadBalancedSetParameters.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 Property LocalPort As Nullable(Of Integer)

Property Value

Type: System.Nullable(Of Int32)

The port.

All endpoints in the load-balanced endpoint set will be updated with this value. To keep unique local ports on each Virtual Machine for a load-balanced endpoint, specify 0 (zero) for this value and then update the role instance to change a specific endpoint.

Return to top
Show: