# AzureStorageExplorerResource

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.Azure.Extensions](/reference/api/csharp/communitytoolkit.aspire.hosting.azure.extensions.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Azure.Extensions/AzureStorageExplorerResource.cs)
- Inherits: `ContainerResource`

A resource that represents an Azure Storage Explorer container.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public class AzureStorageExplorerResource
    : Aspire.Hosting.ApplicationModel.ContainerResource
{
    // ...
}
```

## ATS metadata

### ATS export

- Type ID: `CommunityToolkit.Aspire.Hosting.Azure.Extensions/AzureStorageExplorerResource`

## Constructors

- [AzureStorageExplorerResource(string)](/reference/api/csharp/communitytoolkit.aspire.hosting.azure.extensions/azurestorageexplorerresource/constructors.md#constructor-string) -- A resource that represents an Azure Storage Explorer container.

## Properties

- [Host](/reference/api/csharp/communitytoolkit.aspire.hosting.azure.extensions/azurestorageexplorerresource/properties.md#host) : `EndpointReferenceExpression` `get` -- Gets the host endpoint reference for this resource.
- [Port](/reference/api/csharp/communitytoolkit.aspire.hosting.azure.extensions/azurestorageexplorerresource/properties.md#port) : `EndpointReferenceExpression` `get` -- Gets the port endpoint reference for this resource.
- [PrimaryEndpoint](/reference/api/csharp/communitytoolkit.aspire.hosting.azure.extensions/azurestorageexplorerresource/properties.md#primaryendpoint) : `EndpointReference` `get` -- Gets the primary endpoint for the Azure Storage Explorer instance.
