Skip to content
Docs Try Aspire
Docs Try

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

property host EndpointReferenceExpression get
Gets the host endpoint reference for this resource.
property port EndpointReferenceExpression get
Gets the port endpoint reference for this resource.
property primaryEndpoint EndpointReference get
Gets the primary endpoint for the Azure Storage Explorer instance.

Methods

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