Class SyncGroupSchema
java.lang.Object
com.microsoft.azure.management.sql.SyncGroupSchema
Properties of sync group schema.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet name of master sync member where the schema is from.tables()
Get list of tables in sync group schema.withMasterSyncMemberName
(String masterSyncMemberName) Set name of master sync member where the schema is from.withTables
(List<SyncGroupSchemaTable> tables) Set list of tables in sync group schema.
-
Constructor Details
-
SyncGroupSchema
public SyncGroupSchema()
-
-
Method Details
-
tables
Get list of tables in sync group schema.- Returns:
- the tables value
-
withTables
Set list of tables in sync group schema.- Parameters:
tables
- the tables value to set- Returns:
- the SyncGroupSchema object itself.
-
masterSyncMemberName
Get name of master sync member where the schema is from.- Returns:
- the masterSyncMemberName value
-
withMasterSyncMemberName
Set name of master sync member where the schema is from.- Parameters:
masterSyncMemberName
- the masterSyncMemberName value to set- Returns:
- the SyncGroupSchema object itself.
-