LegacyMicrosoftAccount Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
<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
Azure SDK for .NET