Updated: May 29, 2012
Represents an endpoint that is associated with a role instance.
Namespace:
Microsoft.WindowsAzure.ServiceRuntimeAssembly:
Microsoft.WindowsAzure.ServiceRuntime (in Microsoft.WindowsAzure.ServiceRuntime.dll)
System.Object
Microsoft.WindowsAzure.ServiceRuntime.RoleInstanceEndpoint
Public MustInherit Class RoleInstanceEndpoint
|
Name |
Description |
|
IPEndpoint
|
Gets an IPEndPoint object for the role instance endpoint. The IPEndPoint object provides the IP address and port number for the endpoint.
|
|
Protocol
|
Gets the protocol that is defined for the endpoint.
|
|
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.
|
|
RoleInstance
|
Gets the RoleInstance object that is associated with an endpoint.
|
Endpoints are used by role instances to communicate externally (InputEndpoint) with other applications and internally (InternalEndpoint) with other role instances. Endpoints are defined in the service model for the hosted service. For more information about defining endpoints, see Enabling Communication for Role Instances in Windows Azure and Azure Service Definition Schema (.csdef File).
The following code example shows how to retrieve endpoint information from role instances:
No code example is currently available or this language may not be supported.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Return to top