Database Center v1beta API - Class ServiceCollectionExtensions (1.0.0-beta01)

public static class ServiceCollectionExtensions

Reference documentation and code samples for the Database Center v1beta API class ServiceCollectionExtensions.

Static class to provide extension methods to configure API clients.

Inheritance

object > ServiceCollectionExtensions

Namespace

Microsoft.Extensions.DependencyInjection

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Methods

AddDatabaseCenterClient(IServiceCollection, Action<DatabaseCenterClientBuilder>)

public static IServiceCollection AddDatabaseCenterClient(this IServiceCollection services, Action<DatabaseCenterClientBuilder> action = null)

Adds a singleton DatabaseCenterClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionDatabaseCenterClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddDatabaseCenterClient(IServiceCollection, Action<IServiceProvider, DatabaseCenterClientBuilder>)

public static IServiceCollection AddDatabaseCenterClient(this IServiceCollection services, Action<IServiceProvider, DatabaseCenterClientBuilder> action)

Adds a singleton DatabaseCenterClient to services.

Parameters
Name Description
services IServiceCollection

The service collection to add the client to. The services are used to configure the client when requested.

action ActionSystem.IServiceProviderDatabaseCenterClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection