Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupSchemaTableColumn
Packages that use SyncGroupSchemaTableColumn
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SyncGroupSchemaTableColumn in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type SyncGroupSchemaTableColumnModifier and TypeClassDescriptionfinal classProperties of column in sync group table.Methods in com.azure.resourcemanager.sql.models that return SyncGroupSchemaTableColumnModifier and TypeMethodDescriptionstatic SyncGroupSchemaTableColumnSyncGroupSchemaTableColumn.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyncGroupSchemaTableColumn from the JsonReader.SyncGroupSchemaTableColumn.withDataSize(String dataSize) Set the dataSize property: Data size of the column.SyncGroupSchemaTableColumn.withDataType(String dataType) Set the dataType property: Data type of the column.SyncGroupSchemaTableColumn.withQuotedName(String quotedName) Set the quotedName property: Quoted name of sync group table column.Methods in com.azure.resourcemanager.sql.models that return types with arguments of type SyncGroupSchemaTableColumnModifier and TypeMethodDescriptionSyncGroupSchemaTable.columns()Get the columns property: List of columns in sync group schema.Method parameters in com.azure.resourcemanager.sql.models with type arguments of type SyncGroupSchemaTableColumnModifier and TypeMethodDescriptionSyncGroupSchemaTable.withColumns(List<SyncGroupSchemaTableColumn> columns) Set the columns property: List of columns in sync group schema.