Class SyncGroupSchemaTable

java.lang.Object
com.microsoft.azure.management.sql.SyncGroupSchemaTable

public class SyncGroupSchemaTable extends Object
Properties of table in sync group schema.
  • Constructor Details

    • SyncGroupSchemaTable

      public SyncGroupSchemaTable()
  • Method Details

    • columns

      public List<SyncGroupSchemaTableColumn> columns()
      Get list of columns in sync group schema.
      Returns:
      the columns value
    • withColumns

      public SyncGroupSchemaTable withColumns(List<SyncGroupSchemaTableColumn> columns)
      Set list of columns in sync group schema.
      Parameters:
      columns - the columns value to set
      Returns:
      the SyncGroupSchemaTable object itself.
    • quotedName

      public String quotedName()
      Get quoted name of sync group schema table.
      Returns:
      the quotedName value
    • withQuotedName

      public SyncGroupSchemaTable withQuotedName(String quotedName)
      Set quoted name of sync group schema table.
      Parameters:
      quotedName - the quotedName value to set
      Returns:
      the SyncGroupSchemaTable object itself.