Uses of Interface
com.azure.runtime.host.resources.traits.ResourceWithEnvironment
Packages that use ResourceWithEnvironment
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 ResourceWithEnvironment in com.azure.runtime.host.extensions.micronaut.resources
Classes in com.azure.runtime.host.extensions.micronaut.resources that implement ResourceWithEnvironment -
Uses of ResourceWithEnvironment in com.azure.runtime.host.extensions.microservice.common.resources
Classes in com.azure.runtime.host.extensions.microservice.common.resources that implement ResourceWithEnvironmentModifier and TypeClassDescriptionfinal classclassMicroserviceProject<T extends MicroserviceProject<T>> -
Uses of ResourceWithEnvironment in com.azure.runtime.host.extensions.quarkus.resources
Classes in com.azure.runtime.host.extensions.quarkus.resources that implement ResourceWithEnvironment -
Uses of ResourceWithEnvironment in com.azure.runtime.host.extensions.spring.resources
Classes in com.azure.runtime.host.extensions.spring.resources that implement ResourceWithEnvironment -
Uses of ResourceWithEnvironment in com.azure.runtime.host.resources
Classes in com.azure.runtime.host.resources that implement ResourceWithEnvironmentModifier and TypeClassDescriptionclassRepresents 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. -
Uses of ResourceWithEnvironment in com.azure.runtime.host.resources.traits
Classes in com.azure.runtime.host.resources.traits with type parameters of type ResourceWithEnvironmentModifier and TypeInterfaceDescriptioninterfaceResourceWithEnvironment<T extends Resource<T> & ResourceWithEnvironment<T>>Methods in com.azure.runtime.host.resources.traits with type parameters of type ResourceWithEnvironmentModifier 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.