4 references to AzureTableStorageResource
Aspire.Hosting.Azure.Storage (4)
AzureStorageExtensions.cs (4)
203/// Creates a builder for the <see cref="AzureTableStorageResource"/> which can be referenced to get the Azure Storage tables endpoint for the storage account. 207/// <returns>An <see cref="IResourceBuilder{T}"/> for the <see cref="AzureTableStorageResource"/>.</returns> 208public static IResourceBuilder<AzureTableStorageResource> AddTables(this IResourceBuilder<AzureStorageResource> builder, string name) 210var resource = new AzureTableStorageResource(name, builder.Resource);