Uses of Class
com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn
Packages that use SyncGroupSchemaTableColumn
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of SyncGroupSchemaTableColumn in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return SyncGroupSchemaTableColumnModifier and TypeMethodDescriptionSyncGroupSchemaTableColumn.withDataSize
(String dataSize) Set data size of the column.SyncGroupSchemaTableColumn.withDataType
(String dataType) Set data type of the column.SyncGroupSchemaTableColumn.withQuotedName
(String quotedName) Set quoted name of sync group table column.Methods in com.microsoft.azure.management.sql that return types with arguments of type SyncGroupSchemaTableColumnModifier and TypeMethodDescriptionSyncGroupSchemaTable.columns()
Get list of columns in sync group schema.Method parameters in com.microsoft.azure.management.sql with type arguments of type SyncGroupSchemaTableColumnModifier and TypeMethodDescriptionSyncGroupSchemaTable.withColumns
(List<SyncGroupSchemaTableColumn> columns) Set list of columns in sync group schema.