public static class ServiceCollectionExtensions
Reference documentation and code samples for the Apigee Registry v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.ApigeeRegistry.V1.dll
Methods
AddProvisioningClient(IServiceCollection, Action<ProvisioningClientBuilder>)
public static IServiceCollection AddProvisioningClient(this IServiceCollection services, Action<ProvisioningClientBuilder> action = null)
Adds a singleton ProvisioningClient 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 |
ActionProvisioningClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddProvisioningClient(IServiceCollection, Action<IServiceProvider, ProvisioningClientBuilder>)
public static IServiceCollection AddProvisioningClient(this IServiceCollection services, Action<IServiceProvider, ProvisioningClientBuilder> action)
Adds a singleton ProvisioningClient 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 |
ActionIServiceProviderProvisioningClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddRegistryClient(IServiceCollection, Action<RegistryClientBuilder>)
public static IServiceCollection AddRegistryClient(this IServiceCollection services, Action<RegistryClientBuilder> action = null)
Adds a singleton RegistryClient 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 |
ActionRegistryClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddRegistryClient(IServiceCollection, Action<IServiceProvider, RegistryClientBuilder>)
public static IServiceCollection AddRegistryClient(this IServiceCollection services, Action<IServiceProvider, RegistryClientBuilder> action)
Adds a singleton RegistryClient 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 |
ActionIServiceProviderRegistryClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |