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 Type
    Method
    Description
    A read-only list of the referenced objects of the value.
  • Method Details

    • getReferences

      List<Object> getReferences()
      A read-only list of the referenced objects of the value.
      Returns:
      A read-only list of the referenced objects.