Uses of Class
com.azure.resourcemanager.appservice.models.LegacyMicrosoftAccount
-
Packages that use LegacyMicrosoftAccount Package Description com.azure.resourcemanager.appservice.models 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 LegacyMicrosoftAccount Modifier and Type Method Description LegacyMicrosoftAccountIdentityProviders. legacyMicrosoftAccount()Get the legacyMicrosoftAccount property: The configuration settings of the legacy Microsoft Account provider.LegacyMicrosoftAccountLegacyMicrosoftAccount. 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>.LegacyMicrosoftAccountLegacyMicrosoftAccount. withLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.LegacyMicrosoftAccountLegacyMicrosoftAccount. withRegistration(ClientRegistration registration)Set the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.LegacyMicrosoftAccountLegacyMicrosoftAccount. 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 LegacyMicrosoftAccount Modifier and Type Method Description IdentityProvidersIdentityProviders. withLegacyMicrosoftAccount(LegacyMicrosoftAccount legacyMicrosoftAccount)Set the legacyMicrosoftAccount property: The configuration settings of the legacy Microsoft Account provider.
-