126 строки
9.2 KiB
YAML
126 строки
9.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema"
|
|
fullName: "com.azure.resourcemanager.sql.models.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: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SyncGroupSchema**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.models.SyncGroupSchema?alt=com.azure.resourcemanager.sql.models.SyncGroupSchema&text=SyncGroupSchema\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema.SyncGroupSchema()"
|
|
fullName: "com.azure.resourcemanager.sql.models.SyncGroupSchema.SyncGroupSchema()"
|
|
name: "SyncGroupSchema()"
|
|
nameWithType: "SyncGroupSchema.SyncGroupSchema()"
|
|
summary: "Creates an instance of Sync<wbr>Group<wbr>Schema class."
|
|
syntax: "public SyncGroupSchema()"
|
|
desc: "Creates an instance of SyncGroupSchema class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.sql.models.SyncGroupSchema.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "SyncGroupSchema.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Sync<wbr>Group<wbr>Schema from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static SyncGroupSchema fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the SyncGroupSchema."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of SyncGroupSchema from the JsonReader."
|
|
returns:
|
|
description: "An instance of SyncGroupSchema if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.SyncGroupSchema?alt=com.azure.resourcemanager.sql.models.SyncGroupSchema&text=SyncGroupSchema\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema.masterSyncMemberName()"
|
|
fullName: "com.azure.resourcemanager.sql.models.SyncGroupSchema.masterSyncMemberName()"
|
|
name: "masterSyncMemberName()"
|
|
nameWithType: "SyncGroupSchema.masterSyncMemberName()"
|
|
summary: "Get the master<wbr>Sync<wbr>Member<wbr>Name property: Name of master sync member where the schema is from."
|
|
syntax: "public String masterSyncMemberName()"
|
|
desc: "Get the masterSyncMemberName property: Name of master sync member where the schema is from."
|
|
returns:
|
|
description: "the masterSyncMemberName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema.tables()"
|
|
fullName: "com.azure.resourcemanager.sql.models.SyncGroupSchema.tables()"
|
|
name: "tables()"
|
|
nameWithType: "SyncGroupSchema.tables()"
|
|
summary: "Get the tables property: List of tables in sync group schema."
|
|
syntax: "public List<SyncGroupSchemaTable> tables()"
|
|
desc: "Get the tables property: List of tables in sync group schema."
|
|
returns:
|
|
description: "the tables value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.sql.models.SyncGroupSchemaTable?alt=com.azure.resourcemanager.sql.models.SyncGroupSchemaTable&text=SyncGroupSchemaTable\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.sql.models.SyncGroupSchema.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "SyncGroupSchema.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema.validate()"
|
|
fullName: "com.azure.resourcemanager.sql.models.SyncGroupSchema.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SyncGroupSchema.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema.withMasterSyncMemberName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.sql.models.SyncGroupSchema.withMasterSyncMemberName(String masterSyncMemberName)"
|
|
name: "withMasterSyncMemberName(String masterSyncMemberName)"
|
|
nameWithType: "SyncGroupSchema.withMasterSyncMemberName(String masterSyncMemberName)"
|
|
summary: "Set the master<wbr>Sync<wbr>Member<wbr>Name property: Name of master sync member where the schema is from."
|
|
parameters:
|
|
- description: "the masterSyncMemberName value to set."
|
|
name: "masterSyncMemberName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)"
|
|
desc: "Set the masterSyncMemberName property: Name of master sync member where the schema is from."
|
|
returns:
|
|
description: "the SyncGroupSchema object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.SyncGroupSchema?alt=com.azure.resourcemanager.sql.models.SyncGroupSchema&text=SyncGroupSchema\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.sql.models.SyncGroupSchema.withTables(java.util.List<com.azure.resourcemanager.sql.models.SyncGroupSchemaTable>)"
|
|
fullName: "com.azure.resourcemanager.sql.models.SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables)"
|
|
name: "withTables(List<SyncGroupSchemaTable> tables)"
|
|
nameWithType: "SyncGroupSchema.withTables(List<SyncGroupSchemaTable> tables)"
|
|
summary: "Set the tables property: List of tables in sync group schema."
|
|
parameters:
|
|
- description: "the tables value to set."
|
|
name: "tables"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.sql.models.SyncGroupSchemaTable?alt=com.azure.resourcemanager.sql.models.SyncGroupSchemaTable&text=SyncGroupSchemaTable\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public SyncGroupSchema withTables(List<SyncGroupSchemaTable> tables)"
|
|
desc: "Set the tables property: List of tables in sync group schema."
|
|
returns:
|
|
description: "the SyncGroupSchema object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.sql.models.SyncGroupSchema?alt=com.azure.resourcemanager.sql.models.SyncGroupSchema&text=SyncGroupSchema\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Properties of sync group schema."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.sql.models.SyncGroupSchema?alt=com.azure.resourcemanager.sql.models.SyncGroupSchema&text=SyncGroupSchema\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.sql.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0
|