GDC Hardware Management v1alpha API - Class ServiceCollectionExtensions (1.0.0-alpha01)

public static class ServiceCollectionExtensions

Reference documentation and code samples for the GDC Hardware Management v1alpha API class ServiceCollectionExtensions.

Static class to provide extension methods to configure API clients.

Inheritance

object > ServiceCollectionExtensions

Namespace

Microsoft.Extensions.DependencyInjection

Assembly

Google.Cloud.GdcHardwareManagement.V1Alpha.dll

Methods

AddGDCHardwareManagementClient(IServiceCollection, Action<GDCHardwareManagementClientBuilder>)

public static IServiceCollection AddGDCHardwareManagementClient(this IServiceCollection services, Action<GDCHardwareManagementClientBuilder> action = null)

Adds a singleton GDCHardwareManagementClient 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 ActionGDCHardwareManagementClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection

AddGDCHardwareManagementClient(IServiceCollection, Action<IServiceProvider, GDCHardwareManagementClientBuilder>)

public static IServiceCollection AddGDCHardwareManagementClient(this IServiceCollection services, Action<IServiceProvider, GDCHardwareManagementClientBuilder> action)

Adds a singleton GDCHardwareManagementClient 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 ActionIServiceProviderGDCHardwareManagementClientBuilder

An optional action to invoke on the client builder. This is invoked before services from services are used.

Returns
Type Description
IServiceCollection