AllocatedEndpoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an endpoint allocated for a service instance.
public class AllocatedEndpoint
type AllocatedEndpoint = class
Public Class AllocatedEndpoint
- Inheritance
-
AllocatedEndpoint
Constructors
AllocatedEndpoint(EndpointAnnotation, String, Int32, String, String) |
Initializes a new instance of the AllocatedEndpoint class. |
Properties
Address |
The address of the endpoint |
ContainerHostAddress |
The address of the container host. This is only set for containerized services. |
Endpoint |
Gets the endpoint which this allocation is associated with. |
EndPointString |
Endpoint in string representation formatted as |
Port |
The port used by the endpoint |
TargetPortExpression |
A string representing how to retrieve the target port of the AllocatedEndpoint instance. |
UriScheme |
For URI-addressed services, contains the scheme part of the address. |
UriString |
URI in string representation. |
Methods
ToString() |
Returns a string representation of the allocated endpoint URI. |