ExtensionEndpointConfiguration.InternalEndpoint.Port Property
Required. Required for each internal endpoint. The port for the external endpoint. You can specify any port number you choose, but the port number specified must not collide with port numbers occupied by roles in the service. Possible values range between 1 and 65535, inclusive
Namespace: Microsoft.WindowsAzure.Management.Compute.Models
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Syntax
public int Port { get; set; }
public:
property int Port {
int get();
void set(int value);
}
member Port : int with get, set
Public Property Port As Integer
Property Value
Type: System.Int32
See Also
ExtensionEndpointConfiguration.InternalEndpoint Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace
Return to top