Uses of Class
com.azure.runtime.host.resources.annotations.EndpointAnnotation
Packages that use 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
Methods in com.azure.runtime.host.resources.properties that return EndpointAnnotationConstructors in com.azure.runtime.host.resources.properties with parameters of type EndpointAnnotationModifierConstructorDescriptionAllocatedEndpoint
(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
Constructors in com.azure.runtime.host.resources.references with parameters of type EndpointAnnotationModifierConstructorDescriptionEndpointReference
(T owner, EndpointAnnotation endpointAnnotation) Creates a new instance of EndpointReference with the specified endpoint name.