azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.0 KiB
YAML

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
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<SyncGroupSchemaTableColumn> columns()"
desc: "Get list of columns in sync group schema."
returns:
description: "the columns value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn&text=SyncGroupSchemaTableColumn\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.withColumns(java.util.List<com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn>)"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchemaTable.withColumns(List<SyncGroupSchemaTableColumn> columns)"
name: "withColumns(List<SyncGroupSchemaTableColumn> columns)"
nameWithType: "SyncGroupSchemaTable.withColumns(List<SyncGroupSchemaTableColumn> columns)"
summary: "Set list of columns in sync group schema."
parameters:
- description: "the columns value to set"
name: "columns"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn&text=SyncGroupSchemaTableColumn\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SyncGroupSchemaTable withColumns(List<SyncGroupSchemaTableColumn> columns)"
desc: "Set list of columns in sync group schema."
returns:
description: "the SyncGroupSchemaTable object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchemaTable?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTable&text=SyncGroupSchemaTable\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SyncGroupSchemaTable withQuotedName(String quotedName)"
desc: "Set quoted name of sync group schema table."
returns:
description: "the SyncGroupSchemaTable object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchemaTable?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTable&text=SyncGroupSchemaTable\" data-throw-if-not-resolved=\"False\" />"
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