Uses of Class
com.azure.runtime.host.resources.Resource
Packages that use Resource
Package
Description
Java Runtime for Azure core APIs for specifying and creating Azure resources.
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.This package contains various traits that can be applied to resources.
-
Uses of Resource in com.azure.runtime.host
Methods in com.azure.runtime.host with type parameters of type ResourceModifier and TypeMethodDescription<T extends Resource<?>>
TDistributedApplication.addResource(T r) Adds a new resource to the distributed application.Methods in com.azure.runtime.host with parameters of type ResourceModifier and TypeMethodDescriptionvoidDistributedApplication.substituteResource(Resource<?> oldResource, Resource<?>... newResources) Substitutes an existing resource with one or more new resources. -
Uses of Resource in com.azure.runtime.host.extensions.azure.eventhubs.resources
Subclasses of Resource in com.azure.runtime.host.extensions.azure.eventhubs.resources -
Uses of Resource in com.azure.runtime.host.extensions.azure.openai.resources
Subclasses of Resource in com.azure.runtime.host.extensions.azure.openai.resources -
Uses of Resource in com.azure.runtime.host.extensions.azure.storage.resources
Subclasses of Resource in com.azure.runtime.host.extensions.azure.storage.resourcesModifier and TypeClassDescriptionfinal classclassfinal classclassfinal class -
Uses of Resource in com.azure.runtime.host.extensions.micronaut.resources
Subclasses of Resource in com.azure.runtime.host.extensions.micronaut.resources -
Uses of Resource in com.azure.runtime.host.extensions.microservice.common.resources
Subclasses of Resource in com.azure.runtime.host.extensions.microservice.common.resourcesModifier and TypeClassDescriptionfinal classclassMicroserviceProject<T extends MicroserviceProject<T>> -
Uses of Resource in com.azure.runtime.host.extensions.quarkus.resources
Subclasses of Resource in com.azure.runtime.host.extensions.quarkus.resources -
Uses of Resource in com.azure.runtime.host.extensions.spring.resources
Subclasses of Resource in com.azure.runtime.host.extensions.spring.resources -
Uses of Resource in com.azure.runtime.host.resources
Classes in com.azure.runtime.host.resources with type parameters of type ResourceModifier and TypeClassDescriptionclassRepresents a generic resource within the Java Runtime for Azure framework.Subclasses of Resource in com.azure.runtime.host.resourcesModifier 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 value resource.Methods in com.azure.runtime.host.resources with parameters of type Resource -
Uses of Resource in com.azure.runtime.host.resources.annotations
Classes in com.azure.runtime.host.resources.annotations with type parameters of type Resource -
Uses of Resource in com.azure.runtime.host.resources.traits
Classes in com.azure.runtime.host.resources.traits with type parameters of type ResourceModifier 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.interfaceResourceWithParent<T extends Resource<T>>Represents a resource that has a parent resource.interfaceResourceWithReference<T extends Resource<T> & ResourceWithReference<T>>interfaceResourceWithTemplate<T extends Resource<T> & ResourceWithTemplate<T>>A resource that has a template associated with it.Methods in com.azure.runtime.host.resources.traits with type parameters of type ResourceModifier 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.default <R extends Resource<?> & ResourceWithConnectionString<?>>
TResourceWithEnvironment.withReference(R source, String connectionName, boolean optional) Injects a connection string as an environment variable from the source resource into the destination resource, using the source resource's name as the connection string name (if not overridden).Methods in com.azure.runtime.host.resources.traits with parameters of type ResourceModifier and TypeMethodDescriptiondefault TResourceWithReference.withReference(Resource<?> resource)