ConfigurationExtensions
AddAzureClient<TClient, TSettings>(IHostApplicationBuilder, String)
AddAzureClient<TClient, TSettings>(IHostApplicationBuilder, String, Action<TSettings>)
AddKeyedAzureClient<TClient, TSettings>(IHostApplicationBuilder, String, String)
AddKeyedAzureClient<TClient, TSettings>(IHostApplicationBuilder, String, String, Action<TSettings>)
GetAzureClientSettings<T>(IConfiguration, String)
WithAzureCredential(IClientBuilder)
WithAzureCredential<T>(T)
net11.0
namespace Azure.Identity
{
[Experimental("SCME0002")]
[TypeForwardedFrom("Azure.Identity, Version=1.0.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8")]
[UnsupportedOSPlatform("browser")]
public static class ConfigurationExtensions
{
public static IClientBuilder AddAzureClient<TClient, TSettings>(this IHostApplicationBuilder host, string sectionName, Action<TSettings> configureSettings)
where TClient, class
where TSettings, new(), ClientSettings;
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 8.09.010.011.0 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net11.0 | |
| Assembly | Azure.Core , Version=1.53.0.0, PublicKeyToken=92742159e12e44c8 |
| Referencing | Your project needs a package reference to |
| Package | Azure.Core (1.53.0) net10.0 |
| Platform Restrictions | This API is supported on any platform except for these:
|
- Built-in API
- Package-provided API