Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupSchemaTable
-
Packages that use SyncGroupSchemaTable Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SyncGroupSchemaTable in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SyncGroupSchemaTable Modifier and Type Method Description SyncGroupSchemaTableSyncGroupSchemaTable. withColumns(List<SyncGroupSchemaTableColumn> columns)Set the columns property: List of columns in sync group schema.SyncGroupSchemaTableSyncGroupSchemaTable. withQuotedName(String quotedName)Set the quotedName property: Quoted name of sync group schema table.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncGroupSchemaTable Modifier and Type Method Description List<SyncGroupSchemaTable>SyncGroupSchema. tables()Get the tables property: List of tables in sync group schema.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type SyncGroupSchemaTable Modifier and Type Method Description SyncGroupSchemaSyncGroupSchema. withTables(List<SyncGroupSchemaTable> tables)Set the tables property: List of tables in sync group schema.
-