Class LegacyMicrosoftAccount
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.LegacyMicrosoftAccount
-
public final class LegacyMicrosoftAccount extends Object
The configuration settings of the legacy Microsoft Account provider.
-
-
Constructor Summary
Constructors Constructor Description LegacyMicrosoftAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanenabled()Get the enabled property: <code>false</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>true</code>.LoginScopeslogin()Get the login property: The configuration settings of the login flow.ClientRegistrationregistration()Get the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.voidvalidate()Validates the instance.AllowedAudiencesValidationvalidation()Get the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.LegacyMicrosoftAccountwithEnabled(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>.LegacyMicrosoftAccountwithLogin(LoginScopes login)Set the login property: The configuration settings of the login flow.LegacyMicrosoftAccountwithRegistration(ClientRegistration registration)Set the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.LegacyMicrosoftAccountwithValidation(AllowedAudiencesValidation validation)Set the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.
-
-
-
Method Detail
-
enabled
public Boolean enabled()
Get the enabled property: <code>false</code> if the legacy Microsoft Account provider should not be enabled despite the set registration; otherwise, <code>true</code>.- Returns:
- the enabled value.
-
withEnabled
public 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>.- Parameters:
enabled- the enabled value to set.- Returns:
- the LegacyMicrosoftAccount object itself.
-
registration
public ClientRegistration registration()
Get the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.- Returns:
- the registration value.
-
withRegistration
public LegacyMicrosoftAccount withRegistration(ClientRegistration registration)
Set the registration property: The configuration settings of the app registration for the legacy Microsoft Account provider.- Parameters:
registration- the registration value to set.- Returns:
- the LegacyMicrosoftAccount object itself.
-
login
public LoginScopes login()
Get the login property: The configuration settings of the login flow.- Returns:
- the login value.
-
withLogin
public LegacyMicrosoftAccount withLogin(LoginScopes login)
Set the login property: The configuration settings of the login flow.- Parameters:
login- the login value to set.- Returns:
- the LegacyMicrosoftAccount object itself.
-
validation
public AllowedAudiencesValidation validation()
Get the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.- Returns:
- the validation value.
-
withValidation
public LegacyMicrosoftAccount withValidation(AllowedAudiencesValidation validation)
Set the validation property: The configuration settings of the legacy Microsoft Account provider token validation flow.- Parameters:
validation- the validation value to set.- Returns:
- the LegacyMicrosoftAccount object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-