Class SqlServerServiceCollectionExtensions
public static class SqlServerServiceCollectionExtensions
- Inheritance
-
SqlServerServiceCollectionExtensions
- Inherited Members
Methods
AddSqlServerHealthContributor(IServiceCollection, IConfiguration, ServiceLifetime)
Add an IHealthContributor to a ServiceCollection for SqlServer
public static IServiceCollection AddSqlServerHealthContributor(this IServiceCollection services, IConfiguration config, ServiceLifetime contextLifetime = ServiceLifetime.Singleton)
Parameters
servicesIServiceCollectionService collection to add to
configIConfigurationApp configuration
contextLifetimeServiceLifetimeLifetime of the service to inject
Returns
- IServiceCollection
IServiceCollection for chaining
AddSqlServerHealthContributor(IServiceCollection, IConfiguration, string, ServiceLifetime)
Add an IHealthContributor to a ServiceCollection for SqlServer
public static IServiceCollection AddSqlServerHealthContributor(this IServiceCollection services, IConfiguration config, string serviceName, ServiceLifetime contextLifetime = ServiceLifetime.Singleton)
Parameters
servicesIServiceCollectionService collection to add to
configIConfigurationApp configuration
serviceNamestringcloud foundry service name binding
contextLifetimeServiceLifetimeLifetime of the service to inject
Returns
- IServiceCollection
IServiceCollection for chaining