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
ConstructorDescriptionAzureStorageQueuesResource
(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, self
Methods inherited from class com.azure.runtime.host.resources.Resource
copyInto, getAnnotations, getName, getType, withAnnotation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithConnectionString
getConnectionString, getConnectionStringEnvironmentVariable, getReferences, getValue
Methods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithLifecycle
onResourceAdded, onResourcePrecommit, onResourceRemoved
-
Constructor Details
-
AzureStorageQueuesResource
-
-
Method Details
-
getConnectionStringExpression
Description copied from interface:ResourceWithConnectionString
Describes the connection string format string used for this resource.- Returns:
-
getValueExpression
Description copied from interface:ManifestExpressionProvider
Gets the expression that represents a value in manifest.- Returns:
- The expression that represents a value in manifest.
-