Uses of Interface
com.azure.runtime.host.resources.traits.ResourceWithConnectionString
Packages that use ResourceWithConnectionString
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 ResourceWithConnectionString in com.azure.runtime.host.extensions.azure.openai.resources
Classes in com.azure.runtime.host.extensions.azure.openai.resources that implement ResourceWithConnectionString -
Uses of ResourceWithConnectionString in com.azure.runtime.host.extensions.azure.storage.resources
Classes in com.azure.runtime.host.extensions.azure.storage.resources that implement ResourceWithConnectionStringModifier and TypeClassDescriptionfinal class
class
final class
final class
-
Uses of ResourceWithConnectionString in com.azure.runtime.host.resources.references
Classes in com.azure.runtime.host.resources.references with type parameters of type ResourceWithConnectionStringModifier and TypeClassDescriptionclass
ConnectionStringReference<T extends ResourceWithConnectionString<?>>
Represents a reference to a connection string. -
Uses of ResourceWithConnectionString in com.azure.runtime.host.resources.traits
Classes in com.azure.runtime.host.resources.traits with type parameters of type ResourceWithConnectionStringModifier and TypeInterfaceDescriptioninterface
ResourceWithConnectionString<T extends Resource<T> & ResourceWithConnectionString<T>>
Methods in com.azure.runtime.host.resources.traits with type parameters of type ResourceWithConnectionStringModifier and TypeMethodDescriptiondefault <R extends Resource<?> & ResourceWithConnectionString<?>>
TResourceWithEnvironment.withReference
(R source, String connectionName, boolean optional) Injects a connection string as an environment variable from the source resource into the destination resource, using the source resource's name as the connection string name (if not overridden).