AzureQueueStorageQueueResource
Class net10.0
A resource that represents an Azure Storage Queue.
namespace Aspire.Hosting.Azure;
public class AzureQueueStorageQueueResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Azure.AzureQueueStorageResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<AzureQueueStorageResource>IValueProviderIValueWithReferences
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string template for the manifest for the Azure Storage Queue resource.
Parentget Gets the parent
AzureQueueStorageResource of this AzureQueueStorageQueueResource. QueueNamegetstring Gets the blob container name.