Uses of Interface
com.azure.runtime.host.resources.traits.ResourceWithParameters
Packages that use ResourceWithParameters
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 ResourceWithParameters in com.azure.runtime.host.extensions.azure.eventhubs.resources
Classes in com.azure.runtime.host.extensions.azure.eventhubs.resources that implement ResourceWithParameters -
Uses of ResourceWithParameters in com.azure.runtime.host.extensions.azure.openai.resources
Classes in com.azure.runtime.host.extensions.azure.openai.resources that implement ResourceWithParameters -
Uses of ResourceWithParameters in com.azure.runtime.host.extensions.azure.storage.resources
Classes in com.azure.runtime.host.extensions.azure.storage.resources that implement ResourceWithParameters -
Uses of ResourceWithParameters in com.azure.runtime.host.resources
Classes in com.azure.runtime.host.resources that implement ResourceWithParametersModifier and TypeClassDescriptionclass
AzureBicepResource<T extends AzureBicepResource<T>>
Represents aResource
that is deployed using Azure Bicep. -
Uses of ResourceWithParameters in com.azure.runtime.host.resources.traits
Classes in com.azure.runtime.host.resources.traits with type parameters of type ResourceWithParametersModifier and TypeInterfaceDescriptioninterface
ResourceWithParameters<T extends Resource<T> & ResourceWithParameters<T>>
Represents a resource that can have parameters.