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