Uses of Interface
com.azure.runtime.host.resources.annotations.ResourceAnnotation
Packages that use ResourceAnnotation
Package
Description
This package contains the base set of resources that users may add and configure within their
 
DistributedApplication configuration.This package contains annotations that are used to provide useful configuration information in
 
resources.- 
Uses of ResourceAnnotation in com.azure.runtime.host.resourcesMethods in com.azure.runtime.host.resources that return types with arguments of type ResourceAnnotationModifier and TypeMethodDescriptionfinal List<ResourceAnnotation> Resource.getAnnotations()Returns a modifiable list of annotations associated with this resource.Methods in com.azure.runtime.host.resources with parameters of type ResourceAnnotationModifier and TypeMethodDescriptionfinal TResource.withAnnotation(ResourceAnnotation annotation) Adds an annotation to this resource.
- 
Uses of ResourceAnnotation in com.azure.runtime.host.resources.annotationsClasses in com.azure.runtime.host.resources.annotations that implement ResourceAnnotationModifier and TypeClassDescriptionclassclassRepresents an endpoint annotation that describes how a service should be bound to a network.classEndpointReferenceAnnotation<T extends Resource<?>>classclassRepresents an annotation that provides a callback to modify the environment variables of an application.class