Uses of Class
com.azure.resourcemanager.sql.models.SyncGroupSchemaTableColumn
-
Packages that use SyncGroupSchemaTableColumn Package Description com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of SyncGroupSchemaTableColumn in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return SyncGroupSchemaTableColumn Modifier and Type Method Description SyncGroupSchemaTableColumnSyncGroupSchemaTableColumn. withDataSize(String dataSize)Set the dataSize property: Data size of the column.SyncGroupSchemaTableColumnSyncGroupSchemaTableColumn. withDataType(String dataType)Set the dataType property: Data type of the column.SyncGroupSchemaTableColumnSyncGroupSchemaTableColumn. 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 SyncGroupSchemaTableColumn Modifier and Type Method Description List<SyncGroupSchemaTableColumn>SyncGroupSchemaTable. 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 SyncGroupSchemaTableColumn Modifier and Type Method Description SyncGroupSchemaTableSyncGroupSchemaTable. withColumns(List<SyncGroupSchemaTableColumn> columns)Set the columns property: List of columns in sync group schema.
-