public static class ServiceCollectionExtensionsReference documentation and code samples for the Service Control v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.ServiceControl.V1.dll
Methods
AddQuotaControllerClient(IServiceCollection, Action<QuotaControllerClientBuilder>)
public static IServiceCollection AddQuotaControllerClient(this IServiceCollection services, Action<QuotaControllerClientBuilder> action = null)Adds a singleton QuotaControllerClient to services.
| Parameters | |
|---|---|
| Name | Description |
services |
IServiceCollectionThe service collection to add the client to. The services are used to configure the client when requested. |
action |
ActionQuotaControllerClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddQuotaControllerClient(IServiceCollection, Action<IServiceProvider, QuotaControllerClientBuilder>)
public static IServiceCollection AddQuotaControllerClient(this IServiceCollection services, Action<IServiceProvider, QuotaControllerClientBuilder> action)Adds a singleton QuotaControllerClient to services.
| Parameters | |
|---|---|
| Name | Description |
services |
IServiceCollectionThe service collection to add the client to. The services are used to configure the client when requested. |
action |
ActionSystem.IServiceProviderQuotaControllerClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddServiceControllerClient(IServiceCollection, Action<ServiceControllerClientBuilder>)
public static IServiceCollection AddServiceControllerClient(this IServiceCollection services, Action<ServiceControllerClientBuilder> action = null)Adds a singleton ServiceControllerClient to services.
| Parameters | |
|---|---|
| Name | Description |
services |
IServiceCollectionThe service collection to add the client to. The services are used to configure the client when requested. |
action |
ActionServiceControllerClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddServiceControllerClient(IServiceCollection, Action<IServiceProvider, ServiceControllerClientBuilder>)
public static IServiceCollection AddServiceControllerClient(this IServiceCollection services, Action<IServiceProvider, ServiceControllerClientBuilder> action)Adds a singleton ServiceControllerClient to services.
| Parameters | |
|---|---|
| Name | Description |
services |
IServiceCollectionThe service collection to add the client to. The services are used to configure the client when requested. |
action |
ActionSystem.IServiceProviderServiceControllerClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|