B
Beacon Globe News

Class AzureClientServiceCollectionExtensions | Azure SDK for .NET

Author

James Sullivan

Published Feb 16, 2026

Azure clients builder extensions for Microsoft.Extensions.DependencyInjection.IServiceCollection.

Inheritance

System.Object

AzureClientServiceCollectionExtensions

Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Extensions.Azure.dll
Syntax
public static class AzureClientServiceCollectionExtensions

Methods

AddAzureClients(IServiceCollection, Action<AzureClientFactoryBuilder>)

Declaration
public static void AddAzureClients (this Microsoft.Extensions.DependencyInjection.IServiceCollection collection, Action<Microsoft.Extensions.Azure.AzureClientFactoryBuilder> configureClients);
Parameters
Microsoft.Extensions.DependencyInjection.IServiceCollection collection

The Microsoft.Extensions.DependencyInjection.IServiceCollection.

System.Action<AzureClientFactoryBuilder> configureClients

An AzureClientFactoryBuilder that can be used to configure the client.

AddAzureClientsCore(IServiceCollection)

Declaration
public static void AddAzureClientsCore (this Microsoft.Extensions.DependencyInjection.IServiceCollection collection);
Parameters
Microsoft.Extensions.DependencyInjection.IServiceCollection collection

The Microsoft.Extensions.DependencyInjection.IServiceCollection.