java.lang.Object
com.azure.resourcemanager.appservice.models.Apple

public final class Apple extends Object
The configuration settings of the Apple provider.
  • Constructor Details

    • Apple

      public Apple()
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.
      Returns:
      the enabled value.
    • withEnabled

      public Apple withEnabled(Boolean enabled)
      Set the enabled property: <code>false</code> if the Apple provider should not be enabled despite the set registration; otherwise, <code>true</code>.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the Apple object itself.
    • registration

      public AppleRegistration registration()
      Get the registration property: The configuration settings of the Apple registration.
      Returns:
      the registration value.
    • withRegistration

      public Apple withRegistration(AppleRegistration registration)
      Set the registration property: The configuration settings of the Apple registration.
      Parameters:
      registration - the registration value to set.
      Returns:
      the Apple object itself.
    • login

      public LoginScopes login()
      Get the login property: The configuration settings of the login flow.
      Returns:
      the login value.
    • withLogin

      public Apple withLogin(LoginScopes login)
      Set the login property: The configuration settings of the login flow.
      Parameters:
      login - the login value to set.
      Returns:
      the Apple object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.