AspireTablesExtensions
Class static net10.0
Provides extension methods for registering
Tables.TableServiceClient as a singleton in the services provided by the Hosting.IHostApplicationBuilder. namespace Microsoft.Extensions.Hosting;
public static class AspireTablesExtensions{ // ...}Methods4
Section titled MethodsAddAzureTableClient(IHostApplicationBuilder, string, Action<AzureDataTablesSettings>, Action<IAzureClientBuilder<TableServiceClient, TableClientOptions>>)extensionobsolete Registers
Tables.TableServiceClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddAzureTableServiceClient(IHostApplicationBuilder, string, Action<AzureDataTablesSettings>, Action<IAzureClientBuilder<TableServiceClient, TableClientOptions>>)extension Registers
Tables.TableServiceClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddKeyedAzureTableClient(IHostApplicationBuilder, string, Action<AzureDataTablesSettings>, Action<IAzureClientBuilder<TableServiceClient, TableClientOptions>>)extensionobsolete Registers
Tables.TableServiceClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddKeyedAzureTableServiceClient(IHostApplicationBuilder, string, Action<AzureDataTablesSettings>, Action<IAzureClientBuilder<TableServiceClient, TableClientOptions>>)extension Registers
Tables.TableServiceClient as a singleton for given name in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry.