CommunityToolkit.Aspire.Hosting.Azure.Extensions
📦 CommunityToolkit.Aspire.Hosting.Azure.Extensions v13.4.0 4 Functions
1 Types
1 types and 3 members
Types
Functions
method
withAzureStorageExplorer builder Adds an Azure Storage Explorer instance to a Blob storage resource.
withAzureStorageExplorer(configureContainer?: (obj: AzureStorageExplorerResource) => Promise<void>, name?: string): AzureBlobStorageResource method
withAzureStorageExplorer builder Adds an Azure Storage Explorer instance to a Queue storage resource.
withAzureStorageExplorer(configureContainer?: (obj: AzureStorageExplorerResource) => Promise<void>, name?: string): AzureQueueStorageResource method
withAzureStorageExplorer builder Adds an Azure Storage Explorer instance to a Table storage resource.
withAzureStorageExplorer(configureContainer?: (obj: AzureStorageExplorerResource) => Promise<void>, name?: string): AzureTableStorageResource 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