CommunityToolkit.Aspire.Hosting.Azure.Extensions
📦 CommunityToolkit.Aspire.Hosting.Azure.Extensionsv13.4.04Functions
1Types
1 types and 3 members
Types
Functions
method
withAzureStorageExplorerbuilderAdds an Azure Storage Explorer instance to a Blob storage resource.
withAzureStorageExplorer(configureContainer?: (obj: AzureStorageExplorerResource) => Promise<void>, name?: string): AzureBlobStorageResourcemethod
withAzureStorageExplorerbuilderAdds an Azure Storage Explorer instance to a Queue storage resource.
withAzureStorageExplorer(configureContainer?: (obj: AzureStorageExplorerResource) => Promise<void>, name?: string): AzureQueueStorageResourcemethod
withAzureStorageExplorerbuilderAdds an Azure Storage Explorer instance to a Table storage resource.
withAzureStorageExplorer(configureContainer?: (obj: AzureStorageExplorerResource) => Promise<void>, name?: string): AzureTableStorageResourcemethod
withHostPortbuilderConfigures the host port that the Azure Storage Explorer resource is exposed on instead of using randomly assigned port.
withHostPort(port: number): AzureStorageExplorerResource