Class MicrosoftAccessTableDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.MicrosoftAccessTableDatasetTypeProperties

public final class MicrosoftAccessTableDatasetTypeProperties extends Object
Microsoft Access table dataset properties.
  • Constructor Details

    • MicrosoftAccessTableDatasetTypeProperties

      public MicrosoftAccessTableDatasetTypeProperties()
  • Method Details

    • tableName

      public Object tableName()
      Get the tableName property: The Microsoft Access table name. Type: string (or Expression with resultType string).
      Returns:
      the tableName value.
    • withTableName

      public MicrosoftAccessTableDatasetTypeProperties withTableName(Object tableName)
      Set the tableName property: The Microsoft Access table name. Type: string (or Expression with resultType string).
      Parameters:
      tableName - the tableName value to set.
      Returns:
      the MicrosoftAccessTableDatasetTypeProperties object itself.
    • validate

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