VirtualMachineUpdateLoadBalancedSetParameters.InputEndpoint.Port Property

 

Gets or sets the public port for the endpoint.

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

Public Property Port As Nullable(Of Integer)

Property Value

Type: System.Nullable(Of Int32)

The port.

Allowed values are between 1 and 65535 inclusive. A unique Port and Protocol combination must be specified for each InputEndpoint in the list.

Return to top
Show: