SyncGroupSchema Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. SyncGroupSchema
- com.
Implements
public final class SyncGroupSchema
implements JsonSerializable<SyncGroupSchema>
Properties of sync group schema.
Constructor Summary
Constructor | Description |
---|---|
SyncGroupSchema() |
Creates an instance of Sync |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sync |
fromJson(JsonReader jsonReader)
Reads an instance of Sync |
String |
masterSyncMemberName()
Get the master |
List<Sync |
tables()
Get the tables property: List of tables in sync group schema. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Sync |
withMasterSyncMemberName(String masterSyncMemberName)
Set the master |
Sync |
withTables(List<SyncGroupSchemaTable> tables)
Set the tables property: List of tables in sync group schema. |
Methods inherited from java.lang.Object
Constructor Details
SyncGroupSchema
public SyncGroupSchema()
Creates an instance of SyncGroupSchema class.
Method Details
fromJson
public static SyncGroupSchema fromJson(JsonReader jsonReader)
Reads an instance of SyncGroupSchema from the JsonReader.
Parameters:
Returns:
Throws:
masterSyncMemberName
public String masterSyncMemberName()
Get the masterSyncMemberName property: Name of master sync member where the schema is from.
Returns:
tables
public List
Get the tables property: List of tables in sync group schema.
Returns:
toJson
validate
public void validate()
Validates the instance.
withMasterSyncMemberName
public SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)
Set the masterSyncMemberName property: Name of master sync member where the schema is from.
Parameters:
Returns:
withTables
public SyncGroupSchema withTables(List
Set the tables property: List of tables in sync group schema.
Parameters:
Returns:
Applies to
Azure SDK for Java