Class ManagedInstanceAzureADOnlyAuthProperties

java.lang.Object
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceAzureADOnlyAuthProperties

public final class ManagedInstanceAzureADOnlyAuthProperties extends Object
Properties of a active directory only authentication for Managed Instance.
  • Constructor Details

    • ManagedInstanceAzureADOnlyAuthProperties

      public ManagedInstanceAzureADOnlyAuthProperties()
      Creates an instance of ManagedInstanceAzureADOnlyAuthProperties class.
  • Method Details

    • azureADOnlyAuthentication

      public boolean azureADOnlyAuthentication()
      Get the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
      Returns:
      the azureADOnlyAuthentication value.
    • withAzureADOnlyAuthentication

      public ManagedInstanceAzureADOnlyAuthProperties withAzureADOnlyAuthentication(boolean azureADOnlyAuthentication)
      Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
      Parameters:
      azureADOnlyAuthentication - the azureADOnlyAuthentication value to set.
      Returns:
      the ManagedInstanceAzureADOnlyAuthProperties object itself.
    • validate

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