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
ConstructorsConstructorDescriptionAllocatedEndpoint(EndpointAnnotation endpoint, String address, int port, String containerHostAddress, String targetPortExpression) Initializes a new instance of theAllocatedEndpointclass. -
Method Summary
-
Constructor Details
-
AllocatedEndpoint
public AllocatedEndpoint(EndpointAnnotation endpoint, String address, int port, String containerHostAddress, String targetPortExpression) Initializes a new instance of theAllocatedEndpointclass.- 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 theAllocatedEndpointinstance.
-
-
Method Details