Module com.azure.runtime.host
Interface ManifestExpressionProvider
- All Known Subinterfaces:
- ResourceWithConnectionString<T>
- All Known Implementing Classes:
- AzureOpenAIResource,- AzureStorageBlobsResource,- AzureStorageChildResource,- AzureStorageQueuesResource,- AzureStorageTablesResource,- ConnectionStringReference,- EndpointReference,- EndpointReferenceExpression
public interface ManifestExpressionProvider
An interface that allows an object to express how it should be represented in a manifest.
- 
Method SummaryModifier and TypeMethodDescriptionGets the expression that represents a value in manifest.
- 
Method Details- 
getValueExpressionString getValueExpression()Gets the expression that represents a value in manifest.- Returns:
- The expression that represents a value in manifest.
 
 
-