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.resources
Methods 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 T
Resource.withAnnotation
(ResourceAnnotation annotation) Adds an annotation to this resource. -
Uses of ResourceAnnotation in com.azure.runtime.host.resources.annotations
Classes in com.azure.runtime.host.resources.annotations that implement ResourceAnnotationModifier and TypeClassDescriptionclass
class
Represents an endpoint annotation that describes how a service should be bound to a network.class
EndpointReferenceAnnotation<T extends Resource<?>>
class
class
Represents an annotation that provides a callback to modify the environment variables of an application.class