| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
LegacyMicrosoftAccount |
IdentityProviders.legacyMicrosoftAccount()
Get the legacyMicrosoftAccount property: The configuration settings of the legacy Microsoft Account provider.
|
LegacyMicrosoftAccount |
LegacyMicrosoftAccount.withEnabled(Boolean enabled)
Set the enabled property: <code>false</code> if the legacy Microsoft Account provider should not be
enabled despite the set registration; otherwise, <code>true</code>.
|
LegacyMicrosoftAccount |
LegacyMicrosoftAccount.withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.
|
LegacyMicrosoftAccount |
LegacyMicrosoftAccount.withRegistration(ClientRegistration registration)
Set the registration property: The configuration settings of the app registration for the legacy Microsoft
Account provider.
|
LegacyMicrosoftAccount |
LegacyMicrosoftAccount.withValidation(AllowedAudiencesValidation validation)
Set the validation property: The configuration settings of the legacy Microsoft Account provider token validation
flow.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityProviders |
IdentityProviders.withLegacyMicrosoftAccount(LegacyMicrosoftAccount legacyMicrosoftAccount)
Set the legacyMicrosoftAccount property: The configuration settings of the legacy Microsoft Account provider.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.