public static class ServiceCollectionExtensions
Reference documentation and code samples for the Analytics Hub v1 API class ServiceCollectionExtensions.
Static class to provide extension methods to configure API clients.
Namespace
Microsoft.Extensions.DependencyInjectionAssembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Methods
AddAnalyticsHubServiceClient(IServiceCollection, Action<AnalyticsHubServiceClientBuilder>)
public static IServiceCollection AddAnalyticsHubServiceClient(this IServiceCollection services, Action<AnalyticsHubServiceClientBuilder> action = null)
Adds a singleton AnalyticsHubServiceClient 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 | ActionAnalyticsHubServiceClientBuilder An optional action to invoke on the client builder. This is invoked before services from
|
Returns | |
---|---|
Type | Description |
IServiceCollection |