Class AzureStorageQueuesResource
java.lang.Object
com.azure.runtime.host.resources.Resource<AzureStorageChildResource>
com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageChildResource
com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageQueuesResource
- All Implemented Interfaces:
ManifestExpressionProvider,ResourceTrait<AzureStorageChildResource>,ResourceWithConnectionString<AzureStorageChildResource>,ResourceWithLifecycle,ResourceWithParent<AzureStorageResource>,SelfAware<AzureStorageChildResource>,ValueProvider,ValueWithReferences
-
Constructor Summary
ConstructorsConstructorDescriptionAzureStorageQueuesResource(String name, AzureStorageResource storageResource) -
Method Summary
Modifier and TypeMethodDescriptionDescribes the connection string format string used for this resource.Gets the expression that represents a value in manifest.Methods inherited from class com.azure.runtime.host.extensions.azure.storage.resources.AzureStorageChildResource
getParent, selfMethods inherited from class com.azure.runtime.host.resources.Resource
copyInto, getAnnotations, getName, getType, withAnnotationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithConnectionString
getConnectionString, getConnectionStringEnvironmentVariable, getReferences, getValueMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithLifecycle
onResourceAdded, onResourcePrecommit, onResourceRemoved
-
Constructor Details
-
AzureStorageQueuesResource
-
-
Method Details
-
getConnectionStringExpression
Description copied from interface:ResourceWithConnectionStringDescribes the connection string format string used for this resource.- Returns:
-
getValueExpression
Description copied from interface:ManifestExpressionProviderGets the expression that represents a value in manifest.- Returns:
- The expression that represents a value in manifest.
-