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