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)

public:
property int LocalPort {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: