Binary Authorization v1 API - Class ServiceCollectionExtensions (2.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static class ServiceCollectionExtensionsReference documentation and code samples for the Binary Authorization v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.BinaryAuthorization.V1.dll
Methods
AddBinauthzManagementServiceV1Client(IServiceCollection, Action<BinauthzManagementServiceV1ClientBuilder>)
public static IServiceCollection AddBinauthzManagementServiceV1Client(this IServiceCollection services, Action<BinauthzManagementServiceV1ClientBuilder> action = null)Adds a singleton BinauthzManagementServiceV1Client 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 |
Action BinauthzManagementServiceV1ClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddBinauthzManagementServiceV1Client(IServiceCollection, Action<IServiceProvider, BinauthzManagementServiceV1ClientBuilder>)
public static IServiceCollection AddBinauthzManagementServiceV1Client(this IServiceCollection services, Action<IServiceProvider, BinauthzManagementServiceV1ClientBuilder> action)Adds a singleton BinauthzManagementServiceV1Client 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 |
Action System.IServiceProviderBinauthzManagementServiceV1ClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddSystemPolicyV1Client(IServiceCollection, Action<SystemPolicyV1ClientBuilder>)
public static IServiceCollection AddSystemPolicyV1Client(this IServiceCollection services, Action<SystemPolicyV1ClientBuilder> action = null)Adds a singleton SystemPolicyV1Client 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 |
Action SystemPolicyV1ClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddSystemPolicyV1Client(IServiceCollection, Action<IServiceProvider, SystemPolicyV1ClientBuilder>)
public static IServiceCollection AddSystemPolicyV1Client(this IServiceCollection services, Action<IServiceProvider, SystemPolicyV1ClientBuilder> action)Adds a singleton SystemPolicyV1Client 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 |
Action System.IServiceProviderSystemPolicyV1ClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddValidationHelperV1Client(IServiceCollection, Action<ValidationHelperV1ClientBuilder>)
public static IServiceCollection AddValidationHelperV1Client(this IServiceCollection services, Action<ValidationHelperV1ClientBuilder> action = null)Adds a singleton ValidationHelperV1Client 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 |
Action ValidationHelperV1ClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|
AddValidationHelperV1Client(IServiceCollection, Action<IServiceProvider, ValidationHelperV1ClientBuilder>)
public static IServiceCollection AddValidationHelperV1Client(this IServiceCollection services, Action<IServiceProvider, ValidationHelperV1ClientBuilder> action)Adds a singleton ValidationHelperV1Client 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 |
Action System.IServiceProviderValidationHelperV1ClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
| Returns | |
|---|---|
| Type | Description |
IServiceCollection |
|