ExtensionEndpointConfiguration::InternalEndpoint Properties

 

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

NameDescription
System_CAPS_pubpropertyName

Required. Required for each internal endpoint. A unique name for the external endpoint.

System_CAPS_pubpropertyPort

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

System_CAPS_pubpropertyProtocol

Required. Required for each internal endpoint. Transport protocol for the endpoint. Its value has to be one of the following: 'tcp', 'udp', 'http', 'https'.

Return to top
Show: