Uses of Interface
com.azure.runtime.host.resources.traits.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
-
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.azure.openai.resources
-
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.azure.storage.resources
-
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.micronaut.resources
-
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.microservice.common.resources
Modifier and TypeClassDescriptionfinal class
class
MicroserviceProject<T extends MicroserviceProject<T>>
-
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.quarkus.resources
-
Uses of ResourceWithTemplate in com.azure.runtime.host.extensions.spring.resources
-
Uses of ResourceWithTemplate in com.azure.runtime.host.resources
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
ResourceWithTemplate<T extends Resource<T> & ResourceWithTemplate<T>>
A resource that has a template associated with it.