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 TypeMethodDescriptionvoid
DistributedApplication.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 class
class
final class
class
final 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 class
class
MicroserviceProject<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 TypeClassDescriptionclass
Represents a generic resource within the Java Runtime for Azure framework.Subclasses of Resource in com.azure.runtime.host.resourcesModifier and TypeClassDescriptionclass
AzureBicepResource<T extends AzureBicepResource<T>>
Represents aResource
that is deployed using Azure Bicep.class
Represents a generic container resource.class
DockerFile<T extends DockerFile<T>>
A resource that represents a Dockerfile that will be built into a container during deployment.class
Executable<T extends Executable<T>>
Represents an executable resource.class
Represents 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 TypeInterfaceDescriptioninterface
ResourceTrait<T extends Resource<T>>
interface
ResourceWithArguments<T extends Resource<T> & ResourceWithArguments<T>>
interface
ResourceWithConnectionString<T extends Resource<T> & ResourceWithConnectionString<T>>
interface
ResourceWithEndpoints<T extends Resource<T> & ResourceWithEndpoints<T>>
interface
ResourceWithEnvironment<T extends Resource<T> & ResourceWithEnvironment<T>>
interface
ResourceWithParameters<T extends Resource<T> & ResourceWithParameters<T>>
Represents a resource that can have parameters.interface
ResourceWithParent<T extends Resource<T>>
Represents a resource that has a parent resource.interface
ResourceWithReference<T extends Resource<T> & ResourceWithReference<T>>
interface
ResourceWithTemplate<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 T
ResourceWithReference.withReference
(Resource<?> resource)