Uses of Class
com.azure.runtime.host.resources.references.EndpointReference
Packages that use EndpointReference
Package
Description
This package contains classes that are used to specify reference between resources.
This package contains various traits that can be applied to resources.
-
Uses of EndpointReference in com.azure.runtime.host.resources.references
Methods in com.azure.runtime.host.resources.references that return EndpointReferenceModifier and TypeMethodDescriptionEndpointReferenceExpression.getEndpointReference()
Gets theEndpointReference
.Constructors in com.azure.runtime.host.resources.references with parameters of type EndpointReferenceModifierConstructorDescriptionEndpointReferenceExpression
(EndpointReference<?> endpointReference, EndpointProperty property) Initializes a new instance of theEndpointReferenceExpression
class. -
Uses of EndpointReference in com.azure.runtime.host.resources.traits
Methods in com.azure.runtime.host.resources.traits that return EndpointReferenceModifier and TypeMethodDescriptiondefault EndpointReference
<?> ResourceWithEndpoints.getEndpoint
(String name) Gets an EndpointReference by name from the resource.Methods in com.azure.runtime.host.resources.traits that return types with arguments of type EndpointReferenceModifier and TypeMethodDescriptiondefault List
<EndpointReference<?>> ResourceWithEndpoints.getEndpoints()
Methods in com.azure.runtime.host.resources.traits with parameters of type EndpointReferenceModifier and TypeMethodDescriptiondefault <R extends Resource<?> & ResourceWithEnvironment<?>>
TResourceWithEnvironment.withReference
(EndpointReference<?> endpointReference) Injects service discovery information from the specified endpoint into the resource using the source resource's name as the service name.