RoleInstanceEndpoint Properties

 

Namespace:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)

Properties

Name Description
System_CAPS_pubproperty IPEndpoint

Gets an IPEndPoint object for the role instance endpoint. The IPEndPoint object provides the IP address and port number for the endpoint.

System_CAPS_pubproperty Protocol

Gets the protocol that is defined for the endpoint.

System_CAPS_pubproperty PublicIPEndpoint

Gets an IPEndPoint object for the role instance endpoint. The IPEndPoint object provides the port number for the direct port endpoint. The IP address in the property is unused.

System_CAPS_pubproperty RoleInstance

Gets the RoleInstance object that is associated with an endpoint.

See Also

RoleInstanceEndpoint Class
Microsoft.WindowsAzure.ServiceRuntime Namespace

Return to top