Skip to content
DocsTry Aspire
DocsTry

AzureStorageExplorerResource

Handle
📦 CommunityToolkit.Aspire.Hosting.Azure.Extensions v13.4.0
interface AzureStorageExplorerResource
extends IComputeResource,
IResource,
IResourceWithArgs,
IResourceWithEndpoints,
IResourceWithEnvironment,
IResourceWithProbes,
IResourceWithWaitSupport {
readonly host: EndpointReferenceExpression;
readonly port: EndpointReferenceExpression;
readonly primaryEndpoint: EndpointReference;
withHostPort(port: number): AzureStorageExplorerResource;
}

Properties

propertyhostEndpointReferenceExpressionget
Gets the host endpoint reference for this resource.
propertyportEndpointReferenceExpressionget
Gets the port endpoint reference for this resource.
propertyprimaryEndpointEndpointReferenceget
Gets the primary endpoint for the Azure Storage Explorer instance.

Methods

methodwithHostPortbuilder
Configures the host port that the Azure Storage Explorer resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): AzureStorageExplorerResource
portnumber
AzureStorageExplorerResource