# AzureStorageExplorerResource Properties

- 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: `Properties`
- Members: `3`

A resource that represents an Azure Storage Explorer container.

## Host

- Name: `Host`
- Modifiers: `get`
- Returns: `EndpointReferenceExpression`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/53d936baa6985dffa2b8fab6c513cd56ddd21c7c/src/CommunityToolkit.Aspire.Hosting.Azure.Extensions/AzureStorageExplorerResource.cs#L24)

Gets the host endpoint reference for this resource.

```csharp
public EndpointReferenceExpression Host { get; }
```

## Port

- Name: `Port`
- Modifiers: `get`
- Returns: `EndpointReferenceExpression`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/53d936baa6985dffa2b8fab6c513cd56ddd21c7c/src/CommunityToolkit.Aspire.Hosting.Azure.Extensions/AzureStorageExplorerResource.cs#L29)

Gets the port endpoint reference for this resource.

```csharp
public EndpointReferenceExpression Port { get; }
```

## PrimaryEndpoint

- Name: `PrimaryEndpoint`
- Modifiers: `get`
- Returns: `EndpointReference`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/53d936baa6985dffa2b8fab6c513cd56ddd21c7c/src/CommunityToolkit.Aspire.Hosting.Azure.Extensions/AzureStorageExplorerResource.cs#L19)

Gets the primary endpoint for the Azure Storage Explorer instance.

```csharp
public EndpointReference PrimaryEndpoint { get; }
```
