Uses of Interface
com.azure.runtime.host.resources.traits.ValueWithReferences
Packages that use ValueWithReferences
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 ValueWithReferences in com.azure.runtime.host.extensions.azure.openai.resources
Classes in com.azure.runtime.host.extensions.azure.openai.resources that implement ValueWithReferences -
Uses of ValueWithReferences in com.azure.runtime.host.extensions.azure.storage.resources
Classes in com.azure.runtime.host.extensions.azure.storage.resources that implement ValueWithReferencesModifier and TypeClassDescriptionfinal class
class
final class
final class
-
Uses of ValueWithReferences in com.azure.runtime.host.resources.references
Classes in com.azure.runtime.host.resources.references that implement ValueWithReferencesModifier 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.class
Represents an expression that might be made up of multiple resource properties. -
Uses of ValueWithReferences in com.azure.runtime.host.resources.traits
Subinterfaces of ValueWithReferences in com.azure.runtime.host.resources.traitsModifier and TypeInterfaceDescriptioninterface
ResourceWithConnectionString<T extends Resource<T> & ResourceWithConnectionString<T>>