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