Class ServerAzureADOnlyAuthenticationInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.ServerAzureADOnlyAuthenticationInner
All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>

public final class ServerAzureADOnlyAuthenticationInner extends com.azure.core.management.ProxyResource
Azure Active Directory only authentication.
  • Constructor Details

    • ServerAzureADOnlyAuthenticationInner

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

    • azureADOnlyAuthentication

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

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

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