# AzureQueueStorageQueueResource

- Kind: `class`
- Package: [Aspire.Hosting.Azure.Storage](/reference/api/csharp/aspire.hosting.azure.storage.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.Azure`
- Target framework: `net8.0`
- Source: [GitHub](https://github.com/microsoft/aspire/blob/cbc352350f1a9bafbaff10d14a2c8de4ac186a48/src/Aspire.Hosting.Azure.Storage/AzureQueueStorageQueueResource.cs)
- Inherits: `Resource`
- Implements: `IExpressionValue`, `IManifestExpressionProvider`, `IResource`, `IResourceWithConnectionString`, `IResourceWithParent`, `IResourceWithParent<AzureQueueStorageResource>`, `IValueProvider`, `IValueWithReferences`

A resource that represents an Azure Storage Queue.

## Definition

```csharp
namespace Aspire.Hosting.Azure;

public class AzureQueueStorageQueueResource
    : Aspire.Hosting.ApplicationModel.Resource,
      Aspire.Hosting.ApplicationModel.IExpressionValue,
      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
{
    // ...
}
```

## Constructors

- [AzureQueueStorageQueueResource(string, string, AzureQueueStorageResource)](/reference/api/csharp/aspire.hosting.azure.storage/azurequeuestoragequeueresource/constructors.md#constructor-string-string-azurequeuestorageresource) -- A resource that represents an Azure Storage Queue.

## Properties

- [ConnectionStringExpression](/reference/api/csharp/aspire.hosting.azure.storage/azurequeuestoragequeueresource/properties.md#connectionstringexpression) : `ReferenceExpression` `get` -- Gets the connection string template for the manifest for the Azure Storage Queue resource.
- [Parent](/reference/api/csharp/aspire.hosting.azure.storage/azurequeuestoragequeueresource/properties.md#parent) : [AzureQueueStorageResource](/reference/api/csharp/aspire.hosting.azure.storage/azurequeuestorageresource.md) `get` -- Gets the parent [AzureQueueStorageResource](/reference/api/csharp/aspire.hosting.azure.storage/azurequeuestorageresource.md) of this [AzureQueueStorageQueueResource](/reference/api/csharp/aspire.hosting.azure.storage/azurequeuestoragequeueresource.md).
- [QueueName](/reference/api/csharp/aspire.hosting.azure.storage/azurequeuestoragequeueresource/properties.md#queuename) : `string` `get` -- Gets the blob container name.
