Freigeben über


ConfigurationConnections Constructors

Definition

Overloads

ConfigurationConnections(IDictionary<String,IAccessTokenProvider>, IList<ConnectionMapItem>, ILogger<ConfigurationConnections>)

public ConfigurationConnections(System.Collections.Generic.IDictionary<string,Microsoft.Agents.Authentication.IAccessTokenProvider> accessTokenProviders, System.Collections.Generic.IList<Microsoft.Agents.Authentication.Model.ConnectionMapItem> connectionMapItems, Microsoft.Extensions.Logging.ILogger<Microsoft.Agents.Authentication.ConfigurationConnections> logger = default);
new Microsoft.Agents.Authentication.ConfigurationConnections : System.Collections.Generic.IDictionary<string, Microsoft.Agents.Authentication.IAccessTokenProvider> * System.Collections.Generic.IList<Microsoft.Agents.Authentication.Model.ConnectionMapItem> * Microsoft.Extensions.Logging.ILogger<Microsoft.Agents.Authentication.ConfigurationConnections> -> Microsoft.Agents.Authentication.ConfigurationConnections
Public Sub New (accessTokenProviders As IDictionary(Of String, IAccessTokenProvider), connectionMapItems As IList(Of ConnectionMapItem), Optional logger As ILogger(Of ConfigurationConnections) = Nothing)

Parameters

accessTokenProviders
IDictionary<String,IAccessTokenProvider>
connectionMapItems
IList<ConnectionMapItem>

Applies to

ConfigurationConnections(IServiceProvider, IConfiguration, String, String)

public ConfigurationConnections(IServiceProvider systemServiceProvider, Microsoft.Extensions.Configuration.IConfiguration configuration, string connectionsKey = "Connections", string mapKey = "ConnectionsMap");
new Microsoft.Agents.Authentication.ConfigurationConnections : IServiceProvider * Microsoft.Extensions.Configuration.IConfiguration * string * string -> Microsoft.Agents.Authentication.ConfigurationConnections
Public Sub New (systemServiceProvider As IServiceProvider, configuration As IConfiguration, Optional connectionsKey As String = "Connections", Optional mapKey As String = "ConnectionsMap")

Parameters

systemServiceProvider
IServiceProvider
configuration
IConfiguration
connectionsKey
String
mapKey
String

Applies to