ExtensionEndpointConfiguration.InputEndpoint.LocalPort Property

 

Required. Required for each input endpoint. Specifies a port used for internal connections on the endpoint. Its value has to be between 1-65535 inclusive, or '*' indicating any port number automatically allocated by Windows Azure.

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

Syntax

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

Property Value

Type: System.Int32

See Also

ExtensionEndpointConfiguration.InputEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top