Class AzureADOnlyAuthenticationProperties

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.AzureADOnlyAuthenticationProperties

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

    • AzureADOnlyAuthenticationProperties

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

    • azureADOnlyAuthentication

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

      public AzureADOnlyAuthenticationProperties withAzureADOnlyAuthentication(boolean azureADOnlyAuthentication)
      Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
      Parameters:
      azureADOnlyAuthentication - the azureADOnlyAuthentication value to set.
      Returns:
      the AzureADOnlyAuthenticationProperties 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.