Class SyncGroupSchemaTable
java.lang.Object
com.microsoft.azure.management.sql.SyncGroupSchemaTable
Properties of table in sync group schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumns()
Get list of columns in sync group schema.Get quoted name of sync group schema table.withColumns
(List<SyncGroupSchemaTableColumn> columns) Set list of columns in sync group schema.withQuotedName
(String quotedName) Set quoted name of sync group schema table.
-
Constructor Details
-
SyncGroupSchemaTable
public SyncGroupSchemaTable()
-
-
Method Details
-
columns
Get list of columns in sync group schema.- Returns:
- the columns value
-
withColumns
Set list of columns in sync group schema.- Parameters:
columns
- the columns value to set- Returns:
- the SyncGroupSchemaTable object itself.
-
quotedName
Get quoted name of sync group schema table.- Returns:
- the quotedName value
-
withQuotedName
Set quoted name of sync group schema table.- Parameters:
quotedName
- the quotedName value to set- Returns:
- the SyncGroupSchemaTable object itself.
-