Module com.azure.runtime.host
Class AllocatedEndpoint
java.lang.Object
com.azure.runtime.host.resources.properties.AllocatedEndpoint
Represents an endpoint allocated for a service instance.
-
Constructor Summary
ConstructorDescriptionAllocatedEndpoint
(EndpointAnnotation endpoint, String address, int port, String containerHostAddress, String targetPortExpression) Initializes a new instance of theAllocatedEndpoint
class. -
Method Summary
-
Constructor Details
-
AllocatedEndpoint
public AllocatedEndpoint(EndpointAnnotation endpoint, String address, int port, String containerHostAddress, String targetPortExpression) Initializes a new instance of theAllocatedEndpoint
class.- Parameters:
endpoint
- The endpoint.address
- The IP address of the endpoint.port
- The port number of the endpoint.containerHostAddress
- The address of the container host.targetPortExpression
- A string representing how to retrieve the target port of theAllocatedEndpoint
instance.
-
-
Method Details