Uses of Class
com.microsoft.azure.management.sql.SyncGroupSchemaTable
Packages that use SyncGroupSchemaTable
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SyncGroupSchemaTable in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return SyncGroupSchemaTableModifier and TypeMethodDescriptionSyncGroupSchemaTable.withColumns
(List<SyncGroupSchemaTableColumn> columns) Set list of columns in sync group schema.SyncGroupSchemaTable.withQuotedName
(String quotedName) Set quoted name of sync group schema table.Methods in com.microsoft.azure.management.sql that return types with arguments of type SyncGroupSchemaTableModifier and TypeMethodDescriptionSyncGroupSchema.tables()
Get list of tables in sync group schema.Method parameters in com.microsoft.azure.management.sql with type arguments of type SyncGroupSchemaTableModifier and TypeMethodDescriptionSyncGroupSchema.withTables
(List<SyncGroupSchemaTable> tables) Set list of tables in sync group schema.