public static class ServiceCollectionExtensions
Reference documentation and code samples for the Cloud Commerce Consumer Procurement v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.Commerce.Consumer.Procurement.V1.dll
Methods
AddConsumerProcurementServiceClient(IServiceCollection, Action<ConsumerProcurementServiceClientBuilder>)
public static IServiceCollection AddConsumerProcurementServiceClient(this IServiceCollection services, Action<ConsumerProcurementServiceClientBuilder> action = null)
Adds a singleton ConsumerProcurementServiceClient 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 |
ActionConsumerProcurementServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddConsumerProcurementServiceClient(IServiceCollection, Action<IServiceProvider, ConsumerProcurementServiceClientBuilder>)
public static IServiceCollection AddConsumerProcurementServiceClient(this IServiceCollection services, Action<IServiceProvider, ConsumerProcurementServiceClientBuilder> action)
Adds a singleton ConsumerProcurementServiceClient 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.IServiceProviderConsumerProcurementServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddLicenseManagementServiceClient(IServiceCollection, Action<LicenseManagementServiceClientBuilder>)
public static IServiceCollection AddLicenseManagementServiceClient(this IServiceCollection services, Action<LicenseManagementServiceClientBuilder> action = null)
Adds a singleton LicenseManagementServiceClient 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 |
ActionLicenseManagementServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |
AddLicenseManagementServiceClient(IServiceCollection, Action<IServiceProvider, LicenseManagementServiceClientBuilder>)
public static IServiceCollection AddLicenseManagementServiceClient(this IServiceCollection services, Action<IServiceProvider, LicenseManagementServiceClientBuilder> action)
Adds a singleton LicenseManagementServiceClient 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.IServiceProviderLicenseManagementServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |