Class AzureADOnlyAuthenticationInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.synapse.fluent.models.AzureADOnlyAuthenticationInner

public final class AzureADOnlyAuthenticationInner extends com.azure.core.management.ProxyResource
Azure Active Directory Only Authentication Info.
  • Constructor Details

    • AzureADOnlyAuthenticationInner

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

    • azureADOnlyAuthentication

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

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

      public StateValue state()
      Get the state property: property configuration state.
      Returns:
      the state value.
    • creationDate

      public OffsetDateTime creationDate()
      Get the creationDate property: property configuration date.
      Returns:
      the creationDate value.
    • validate

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