Class MySqlTableDatasetTypeProperties

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

public final class MySqlTableDatasetTypeProperties extends Object
MySql table dataset properties.
  • Constructor Details

    • MySqlTableDatasetTypeProperties

      public MySqlTableDatasetTypeProperties()
  • Method Details

    • tableName

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

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

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