# AzureStorageExplorerResource Constructors

- Package: [CommunityToolkit.Aspire.Hosting.Azure.Extensions](/reference/api/csharp/communitytoolkit.aspire.hosting.azure.extensions.md)
- Type: [AzureStorageExplorerResource](/reference/api/csharp/communitytoolkit.aspire.hosting.azure.extensions/azurestorageexplorerresource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents an Azure Storage Explorer container.

## AzureStorageExplorerResource(string)

- Name: `Constructor(string)`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/53d936baa6985dffa2b8fab6c513cd56ddd21c7c/src/CommunityToolkit.Aspire.Hosting.Azure.Extensions/AzureStorageExplorerResource.cs#L10)

A resource that represents an Azure Storage Explorer container.

```csharp
public class AzureStorageExplorerResource
{
    public AzureStorageExplorerResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
  The name of the resource.
