LegacyMicrosoftAccount Constructors

Definition

Overloads

LegacyMicrosoftAccount()

Initializes a new instance of the LegacyMicrosoftAccount class.

LegacyMicrosoftAccount(Nullable<Boolean>, ClientRegistration, LoginScopes, AllowedAudiencesValidation)

Initializes a new instance of the LegacyMicrosoftAccount class.

LegacyMicrosoftAccount()

Initializes a new instance of the LegacyMicrosoftAccount class.

public LegacyMicrosoftAccount ();
Public Sub New ()

Applies to

LegacyMicrosoftAccount(Nullable<Boolean>, ClientRegistration, LoginScopes, AllowedAudiencesValidation)

Initializes a new instance of the LegacyMicrosoftAccount class.

public LegacyMicrosoftAccount (bool? enabled = default, Microsoft.Azure.Management.WebSites.Models.ClientRegistration registration = default, Microsoft.Azure.Management.WebSites.Models.LoginScopes login = default, Microsoft.Azure.Management.WebSites.Models.AllowedAudiencesValidation validation = default);
new Microsoft.Azure.Management.WebSites.Models.LegacyMicrosoftAccount : Nullable<bool> * Microsoft.Azure.Management.WebSites.Models.ClientRegistration * Microsoft.Azure.Management.WebSites.Models.LoginScopes * Microsoft.Azure.Management.WebSites.Models.AllowedAudiencesValidation -> Microsoft.Azure.Management.WebSites.Models.LegacyMicrosoftAccount
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional registration As ClientRegistration = Nothing, Optional login As LoginScopes = Nothing, Optional validation As AllowedAudiencesValidation = Nothing)

Parameters

enabled
Nullable<Boolean>

<code>false</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>true</code>.

registration
ClientRegistration

The configuration settings of the app registration for the legacy Microsoft Account provider.

login
LoginScopes

The configuration settings of the login flow.

validation
AllowedAudiencesValidation

The configuration settings of the legacy Microsoft Account provider token validation flow.

Applies to