Uses of Class
com.azure.resourcemanager.appservice.models.LegacyMicrosoftAccount
Packages that use LegacyMicrosoftAccount
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of LegacyMicrosoftAccount in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return LegacyMicrosoftAccountModifier and TypeMethodDescriptionstatic LegacyMicrosoftAccount
LegacyMicrosoftAccount.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of LegacyMicrosoftAccount from the JsonReader.IdentityProviders.legacyMicrosoftAccount()
Get the legacyMicrosoftAccount property: The configuration settings of the legacy Microsoft Account provider.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.withLogin
(LoginScopes login) Set the login property: The configuration settings of the login flow.LegacyMicrosoftAccount.withRegistration
(ClientRegistration registration) Set the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.LegacyMicrosoftAccount.withValidation
(AllowedAudiencesValidation validation) Set the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.Methods in com.azure.resourcemanager.appservice.models with parameters of type LegacyMicrosoftAccountModifier and TypeMethodDescriptionIdentityProviders.withLegacyMicrosoftAccount
(LegacyMicrosoftAccount legacyMicrosoftAccount) Set the legacyMicrosoftAccount property: The configuration settings of the legacy Microsoft Account provider.