Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupSchemaTable
Packages that use SyncGroupSchemaTable
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SyncGroupSchemaTable in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type SyncGroupSchemaTableModifier and TypeClassDescriptionfinal classProperties of table in sync group schema.Methods in com.azure.resourcemanager.sql.models that return SyncGroupSchemaTableModifier and TypeMethodDescriptionstatic SyncGroupSchemaTableSyncGroupSchemaTable.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyncGroupSchemaTable from the JsonReader.SyncGroupSchemaTable.withColumns(List<SyncGroupSchemaTableColumn> columns) Set the columns property: List of columns in sync group schema.SyncGroupSchemaTable.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 SyncGroupSchemaTableModifier and TypeMethodDescriptionSyncGroupSchema.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 SyncGroupSchemaTableModifier and TypeMethodDescriptionSyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables) Set the tables property: List of tables in sync group schema.