Uses of Interface
com.azure.runtime.host.resources.traits.SelfAware
Packages that use SelfAware
Package
Description
This package contains the base set of resources that users may add and configure within their
DistributedApplication configuration.This package contains various traits that can be applied to resources.
-
Uses of SelfAware in com.azure.runtime.host.extensions.azure.eventhubs.resources
Classes in com.azure.runtime.host.extensions.azure.eventhubs.resources that implement SelfAware -
Uses of SelfAware in com.azure.runtime.host.extensions.azure.openai.resources
Classes in com.azure.runtime.host.extensions.azure.openai.resources that implement SelfAware -
Uses of SelfAware in com.azure.runtime.host.extensions.azure.storage.resources
Classes in com.azure.runtime.host.extensions.azure.storage.resources that implement SelfAwareModifier and TypeClassDescriptionfinal classclassfinal classclassfinal class -
Uses of SelfAware in com.azure.runtime.host.extensions.micronaut.resources
Classes in com.azure.runtime.host.extensions.micronaut.resources that implement SelfAware -
Uses of SelfAware in com.azure.runtime.host.extensions.microservice.common.resources
Classes in com.azure.runtime.host.extensions.microservice.common.resources that implement SelfAwareModifier and TypeClassDescriptionfinal classclassMicroserviceProject<T extends MicroserviceProject<T>> -
Uses of SelfAware in com.azure.runtime.host.extensions.quarkus.resources
Classes in com.azure.runtime.host.extensions.quarkus.resources that implement SelfAware -
Uses of SelfAware in com.azure.runtime.host.extensions.spring.resources
Classes in com.azure.runtime.host.extensions.spring.resources that implement SelfAware -
Uses of SelfAware in com.azure.runtime.host.resources
Classes in com.azure.runtime.host.resources that implement SelfAwareModifier and TypeClassDescriptionclassAzureBicepResource<T extends AzureBicepResource<T>>Represents aResourcethat is deployed using Azure Bicep.classRepresents a generic container resource.classDockerFile<T extends DockerFile<T>>A resource that represents a Dockerfile that will be built into a container during deployment.classExecutable<T extends Executable<T>>Represents an executable resource.classRepresents a generic resource within the Java Runtime for Azure framework.classRepresents a value resource. -
Uses of SelfAware in com.azure.runtime.host.resources.traits
Subinterfaces of SelfAware in com.azure.runtime.host.resources.traitsModifier and TypeInterfaceDescriptioninterfaceResourceTrait<T extends Resource<T>>interfaceResourceWithArguments<T extends Resource<T> & ResourceWithArguments<T>>interfaceResourceWithConnectionString<T extends Resource<T> & ResourceWithConnectionString<T>>interfaceResourceWithEndpoints<T extends Resource<T> & ResourceWithEndpoints<T>>interfaceResourceWithEnvironment<T extends Resource<T> & ResourceWithEnvironment<T>>interfaceResourceWithParameters<T extends Resource<T> & ResourceWithParameters<T>>Represents a resource that can have parameters.interfaceResourceWithReference<T extends Resource<T> & ResourceWithReference<T>>interfaceResourceWithTemplate<T extends Resource<T> & ResourceWithTemplate<T>>A resource that has a template associated with it.