Class SybaseTableDatasetTypeProperties

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

public final class SybaseTableDatasetTypeProperties extends Object
Sybase table dataset properties.
  • Constructor Details

    • SybaseTableDatasetTypeProperties

      public SybaseTableDatasetTypeProperties()
  • Method Details

    • tableName

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

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

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