Class AzureADOnlyAuthProperties

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

public final class AzureADOnlyAuthProperties extends Object
Properties of a active directory only authentication.
  • Constructor Details

    • AzureADOnlyAuthProperties

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

    • azureADOnlyAuthentication

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

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

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