public static class ServiceCollectionExtensionsReference documentation and code samples for the KMS Inventory v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.Kms.Inventory.V1.dll
Methods
AddKeyDashboardServiceClient(IServiceCollection, Action<KeyDashboardServiceClientBuilder>)
public static IServiceCollection AddKeyDashboardServiceClient(this IServiceCollection services, Action<KeyDashboardServiceClientBuilder> action = null)Adds a singleton KeyDashboardServiceClient 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 |
ActionKeyDashboardServiceClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddKeyTrackingServiceClient(IServiceCollection, Action<KeyTrackingServiceClientBuilder>)
public static IServiceCollection AddKeyTrackingServiceClient(this IServiceCollection services, Action<KeyTrackingServiceClientBuilder> action = null)Adds a singleton KeyTrackingServiceClient 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 |
ActionKeyTrackingServiceClientBuilderAn optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|