Uses of Interface
com.azure.runtime.host.resources.traits.ManifestExpressionProvider
Packages that use ManifestExpressionProvider
Package
Description
This package contains classes that are used to specify reference between resources.
This package contains various traits that can be applied to resources.
-
Uses of ManifestExpressionProvider in com.azure.runtime.host.extensions.azure.openai.resources
Classes in com.azure.runtime.host.extensions.azure.openai.resources that implement ManifestExpressionProvider -
Uses of ManifestExpressionProvider in com.azure.runtime.host.extensions.azure.storage.resources
Classes in com.azure.runtime.host.extensions.azure.storage.resources that implement ManifestExpressionProviderModifier and TypeClassDescriptionfinal class
class
final class
final class
-
Uses of ManifestExpressionProvider in com.azure.runtime.host.resources.references
Classes in com.azure.runtime.host.resources.references that implement ManifestExpressionProviderModifier and TypeClassDescriptionclass
ConnectionStringReference<T extends ResourceWithConnectionString<?>>
Represents a reference to a connection string.class
EndpointReference<T extends ResourceWithEndpoints<?>>
An EndpointReference is a core type used for keeping track of endpoint details in expressions.class
Represents a property expression for an endpoint reference. -
Uses of ManifestExpressionProvider in com.azure.runtime.host.resources.traits
Subinterfaces of ManifestExpressionProvider in com.azure.runtime.host.resources.traitsModifier and TypeInterfaceDescriptioninterface
ResourceWithConnectionString<T extends Resource<T> & ResourceWithConnectionString<T>>