4 references to AzureBlobStorageResource
Aspire.Hosting.Azure.Storage (4)
AzureStorageExtensions.cs (4)
190/// Creates a builder for the <see cref="AzureBlobStorageResource"/> which can be referenced to get the Azure Storage blob endpoint for the storage account. 194/// <returns>An <see cref="IResourceBuilder{T}"/> for the <see cref="AzureBlobStorageResource"/>.</returns> 195public static IResourceBuilder<AzureBlobStorageResource> AddBlobs(this IResourceBuilder<AzureStorageResource> builder, string name) 197var resource = new AzureBlobStorageResource(name, builder.Resource);