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 SummaryConstructorsConstructorDescriptionAzureStorageQueuesResource(String name, AzureStorageResource storageResource) 
- 
Method SummaryModifier 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.AzureStorageChildResourcegetParent, selfMethods inherited from class com.azure.runtime.host.resources.ResourcecopyInto, getAnnotations, getName, getType, withAnnotationMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithConnectionStringgetConnectionString, getConnectionStringEnvironmentVariable, getReferences, getValueMethods inherited from interface com.azure.runtime.host.resources.traits.ResourceWithLifecycleonResourceAdded, onResourcePrecommit, onResourceRemoved
- 
Constructor Details- 
AzureStorageQueuesResource
 
- 
- 
Method Details- 
getConnectionStringExpressionDescription copied from interface:ResourceWithConnectionStringDescribes the connection string format string used for this resource.- Returns:
 
- 
getValueExpressionDescription copied from interface:ManifestExpressionProviderGets the expression that represents a value in manifest.- Returns:
- The expression that represents a value in manifest.
 
 
-