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.SyncGroupSchema"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchema"
name: "SyncGroupSchema"
nameWithType: "SyncGroupSchema"
summary: "Properties of 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 **SyncGroupSchema**"
constructors:
- uid: "com.microsoft.azure.management.sql.SyncGroupSchema.SyncGroupSchema()"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchema.SyncGroupSchema()"
name: "SyncGroupSchema()"
nameWithType: "SyncGroupSchema.SyncGroupSchema()"
syntax: "public SyncGroupSchema()"
methods:
- uid: "com.microsoft.azure.management.sql.SyncGroupSchema.masterSyncMemberName()"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchema.masterSyncMemberName()"
name: "masterSyncMemberName()"
nameWithType: "SyncGroupSchema.masterSyncMemberName()"
summary: "Get name of master sync member where the schema is from."
syntax: "public String masterSyncMemberName()"
desc: "Get name of master sync member where the schema is from."
returns:
description: "the masterSyncMemberName 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.SyncGroupSchema.tables()"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchema.tables()"
name: "tables()"
nameWithType: "SyncGroupSchema.tables()"
summary: "Get list of tables in sync group schema."
syntax: "public List<SyncGroupSchemaTable> tables()"
desc: "Get list of tables in sync group schema."
returns:
description: "the tables 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.SyncGroupSchemaTable?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTable&text=SyncGroupSchemaTable\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.SyncGroupSchema.withMasterSyncMemberName(java.lang.String)"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchema.withMasterSyncMemberName(String masterSyncMemberName)"
name: "withMasterSyncMemberName(String masterSyncMemberName)"
nameWithType: "SyncGroupSchema.withMasterSyncMemberName(String masterSyncMemberName)"
summary: "Set name of master sync member where the schema is from."
parameters:
- description: "the masterSyncMemberName value to set"
name: "masterSyncMemberName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)"
desc: "Set name of master sync member where the schema is from."
returns:
description: "the SyncGroupSchema object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchema?alt=com.microsoft.azure.management.sql.SyncGroupSchema&text=SyncGroupSchema\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.SyncGroupSchema.withTables(java.util.List<com.microsoft.azure.management.sql.SyncGroupSchemaTable>)"
fullName: "com.microsoft.azure.management.sql.SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables)"
name: "withTables(List<SyncGroupSchemaTable> tables)"
nameWithType: "SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables)"
summary: "Set list of tables in sync group schema."
parameters:
- description: "the tables value to set"
name: "tables"
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.SyncGroupSchemaTable?alt=com.microsoft.azure.management.sql.SyncGroupSchemaTable&text=SyncGroupSchemaTable\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SyncGroupSchema withTables(List<SyncGroupSchemaTable> tables)"
desc: "Set list of tables in sync group schema."
returns:
description: "the SyncGroupSchema object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.SyncGroupSchema?alt=com.microsoft.azure.management.sql.SyncGroupSchema&text=SyncGroupSchema\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of sync group schema."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4