2 overrides of AddClient
Aspire.Azure.Storage.Blobs (2)
AspireBlobStorageExtensions.BlobStorageComponent.cs (1)
21protected override IAzureClientBuilder<BlobServiceClient, BlobClientOptions> AddClient(
AspireBlobStorageExtensions.BlobStorageContainerComponent.cs (1)
20protected override IAzureClientBuilder<BlobContainerClient, BlobClientOptions> AddClient(
1 reference to AddClient
Aspire.Azure.Storage.Blobs (1)
src\Components\Common\AzureComponent.cs (1)
89var clientBuilder = AddClient(azureFactoryBuilder, settings, connectionName, configurationSectionName);