Uses of Class
com.azure.runtime.host.resources.annotations.EndpointAnnotation
Package
Description
Properties that can be applied to resources in various way.
This package contains classes that are used to specify reference between resources.
-
Uses of EndpointAnnotation in com.azure.runtime.host.resources.properties
ModifierConstructorDescriptionAllocatedEndpoint
(EndpointAnnotation endpoint, String address, int port, String containerHostAddress, String targetPortExpression) Initializes a new instance of theAllocatedEndpoint
class. -
Uses of EndpointAnnotation in com.azure.runtime.host.resources.references
ModifierConstructorDescriptionEndpointReference
(T owner, EndpointAnnotation endpointAnnotation) Creates a new instance of EndpointReference with the specified endpoint name.