### YamlMime:JavaType uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTable" fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTable" name: "SyncGroupSchemaTable" nameWithType: "SyncGroupSchemaTable" summary: "Properties of table in sync group schema." inheritances: - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" - "" syntax: "public class **SyncGroupSchemaTable**" constructors: - uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.SyncGroupSchemaTable()" fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.SyncGroupSchemaTable()" name: "SyncGroupSchemaTable()" nameWithType: "SyncGroupSchemaTable.SyncGroupSchemaTable()" syntax: "public SyncGroupSchemaTable()" methods: - uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.columns()" fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.columns()" name: "columns()" nameWithType: "SyncGroupSchemaTable.columns()" summary: "Get list of columns in sync group schema." syntax: "public List columns()" desc: "Get list of columns in sync group schema." returns: description: "the columns value" type: "<>" - uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.quotedName()" fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.quotedName()" name: "quotedName()" nameWithType: "SyncGroupSchemaTable.quotedName()" summary: "Get quoted name of sync group schema table." syntax: "public String quotedName()" desc: "Get quoted name of sync group schema table." returns: description: "the quotedName value" type: "" - uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.withColumns(java.util.List)" fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.withColumns(List columns)" name: "withColumns(List columns)" nameWithType: "SyncGroupSchemaTable.withColumns(List columns)" summary: "Set list of columns in sync group schema." parameters: - description: "the columns value to set" name: "columns" type: "<>" syntax: "public SyncGroupSchemaTable withColumns(List columns)" desc: "Set list of columns in sync group schema." returns: description: "the SyncGroupSchemaTable object itself." type: "" - uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.withQuotedName(java.lang.String)" fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.withQuotedName(String quotedName)" name: "withQuotedName(String quotedName)" nameWithType: "SyncGroupSchemaTable.withQuotedName(String quotedName)" summary: "Set quoted name of sync group schema table." parameters: - description: "the quotedName value to set" name: "quotedName" type: "" syntax: "public SyncGroupSchemaTable withQuotedName(String quotedName)" desc: "Set quoted name of sync group schema table." returns: description: "the SyncGroupSchemaTable object itself." type: "" type: "class" desc: "Properties of table in sync group schema." metadata: {} package: "com.microsoft.azure.management.sql" artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4