Uses of Interface
com.azure.runtime.host.resources.traits.ResourceWithTemplate
Packages that use ResourceWithTemplate
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 ResourceWithTemplate in com.azure.runtime.host.extensions.azure.eventhubs.resources
Classes in com.azure.runtime.host.extensions.azure.eventhubs.resources that implement ResourceWithTemplate -
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.azure.openai.resources
Classes in com.azure.runtime.host.extensions.azure.openai.resources that implement ResourceWithTemplate -
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.azure.storage.resources
Classes in com.azure.runtime.host.extensions.azure.storage.resources that implement ResourceWithTemplate -
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.micronaut.resources
Classes in com.azure.runtime.host.extensions.micronaut.resources that implement ResourceWithTemplate -
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.microservice.common.resources
Classes in com.azure.runtime.host.extensions.microservice.common.resources that implement ResourceWithTemplateModifier and TypeClassDescriptionfinal class
class
MicroserviceProject<T extends MicroserviceProject<T>>
-
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.quarkus.resources
Classes in com.azure.runtime.host.extensions.quarkus.resources that implement ResourceWithTemplate -
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.spring.resources
Classes in com.azure.runtime.host.extensions.spring.resources that implement ResourceWithTemplate -
Uses of ResourceWithTemplate in com.azure.runtime.host.resources
Classes in com.azure.runtime.host.resources that implement ResourceWithTemplateModifier and TypeClassDescriptionclass
AzureBicepResource<T extends AzureBicepResource<T>>
Represents aResource
that is deployed using Azure Bicep. -
Uses of ResourceWithTemplate in com.azure.runtime.host.resources.traits
Classes in com.azure.runtime.host.resources.traits with type parameters of type ResourceWithTemplateModifier and TypeInterfaceDescriptioninterface
ResourceWithTemplate<T extends Resource<T> & ResourceWithTemplate<T>>
A resource that has a template associated with it.