다음을 통해 공유


IdentityProviders Constructors

Definition

Overloads

IdentityProviders()

Initializes a new instance of the IdentityProviders class.

IdentityProviders(AzureActiveDirectory, Facebook, GitHub, Google, LegacyMicrosoftAccount, Twitter, Apple, AzureStaticWebApps, IDictionary<String, CustomOpenIdConnectProvider>)

Initializes a new instance of the IdentityProviders class.

IdentityProviders()

Initializes a new instance of the IdentityProviders class.

public IdentityProviders ();
Public Sub New ()

Applies to

IdentityProviders(AzureActiveDirectory, Facebook, GitHub, Google, LegacyMicrosoftAccount, Twitter, Apple, AzureStaticWebApps, IDictionary<String, CustomOpenIdConnectProvider>)

Initializes a new instance of the IdentityProviders class.

public IdentityProviders (Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectory azureActiveDirectory = default, Microsoft.Azure.Management.WebSites.Models.Facebook facebook = default, Microsoft.Azure.Management.WebSites.Models.GitHub gitHub = default, Microsoft.Azure.Management.WebSites.Models.Google google = default, Microsoft.Azure.Management.WebSites.Models.LegacyMicrosoftAccount legacyMicrosoftAccount = default, Microsoft.Azure.Management.WebSites.Models.Twitter twitter = default, Microsoft.Azure.Management.WebSites.Models.Apple apple = default, Microsoft.Azure.Management.WebSites.Models.AzureStaticWebApps azureStaticWebApps = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.WebSites.Models.CustomOpenIdConnectProvider> customOpenIdConnectProviders = default);
new Microsoft.Azure.Management.WebSites.Models.IdentityProviders : Microsoft.Azure.Management.WebSites.Models.AzureActiveDirectory * Microsoft.Azure.Management.WebSites.Models.Facebook * Microsoft.Azure.Management.WebSites.Models.GitHub * Microsoft.Azure.Management.WebSites.Models.Google * Microsoft.Azure.Management.WebSites.Models.LegacyMicrosoftAccount * Microsoft.Azure.Management.WebSites.Models.Twitter * Microsoft.Azure.Management.WebSites.Models.Apple * Microsoft.Azure.Management.WebSites.Models.AzureStaticWebApps * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.WebSites.Models.CustomOpenIdConnectProvider> -> Microsoft.Azure.Management.WebSites.Models.IdentityProviders
Public Sub New (Optional azureActiveDirectory As AzureActiveDirectory = Nothing, Optional facebook As Facebook = Nothing, Optional gitHub As GitHub = Nothing, Optional google As Google = Nothing, Optional legacyMicrosoftAccount As LegacyMicrosoftAccount = Nothing, Optional twitter As Twitter = Nothing, Optional apple As Apple = Nothing, Optional azureStaticWebApps As AzureStaticWebApps = Nothing, Optional customOpenIdConnectProviders As IDictionary(Of String, CustomOpenIdConnectProvider) = Nothing)

Parameters

azureActiveDirectory
AzureActiveDirectory

The configuration settings of the Azure Active directory provider.

facebook
Facebook

The configuration settings of the Facebook provider.

gitHub
GitHub

The configuration settings of the GitHub provider.

google
Google

The configuration settings of the Google provider.

legacyMicrosoftAccount
LegacyMicrosoftAccount

The configuration settings of the legacy Microsoft Account provider.

twitter
Twitter

The configuration settings of the Twitter provider.

apple
Apple

The configuration settings of the Apple provider.

azureStaticWebApps
AzureStaticWebApps

The configuration settings of the Azure Static Web Apps provider.

customOpenIdConnectProviders
IDictionary<String,CustomOpenIdConnectProvider>

The map of the name of the alias of each custom Open ID Connect provider to the configuration settings of the custom Open ID Connect provider.

Applies to