Class ManagedInstanceAzureADOnlyAuthenticationInner

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

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

    • ManagedInstanceAzureADOnlyAuthenticationInner

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

    • azureADOnlyAuthentication

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

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

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