Module com.azure.runtime.host
Interface ValueWithReferences
- All Known Subinterfaces:
ResourceWithConnectionString<T>
- All Known Implementing Classes:
AzureOpenAIResource,AzureStorageBlobsResource,AzureStorageChildResource,AzureStorageQueuesResource,AzureStorageTablesResource,ConnectionStringReference,EndpointReference,EndpointReferenceExpression,ReferenceExpression
public interface ValueWithReferences
An interface that allows the value to list its references.
-
Method Summary
Modifier and TypeMethodDescriptionA read-only list of the referenced objects of the value.
-
Method Details
-
getReferences
A read-only list of the referenced objects of the value.- Returns:
- A read-only list of the referenced objects.
-