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 Summary
Modifier and TypeMethodDescriptionGets the expression that represents a value in manifest.
-
Method Details
-
getValueExpression
String getValueExpression()Gets the expression that represents a value in manifest.- Returns:
- The expression that represents a value in manifest.
-