Uses of Interface
com.azure.runtime.host.resources.traits.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
-
Uses of ResourceWithEnvironment in com.azure.runtime.host.extensions.microservice.common.resources
Modifier and TypeClassDescriptionfinal class
class
MicroserviceProject<T extends MicroserviceProject<T>>
-
Uses of ResourceWithEnvironment in com.azure.runtime.host.extensions.quarkus.resources
-
Uses of ResourceWithEnvironment in com.azure.runtime.host.extensions.spring.resources
-
Uses of ResourceWithEnvironment in com.azure.runtime.host.resources
Modifier and TypeClassDescriptionclass
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. -
Uses of ResourceWithEnvironment in com.azure.runtime.host.resources.traits
Modifier and TypeInterfaceDescriptioninterface
ResourceWithEnvironment<T extends Resource<T> & ResourceWithEnvironment<T>>
Modifier 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.