SyncGroupSchema Class
- java.
lang. Object - com.
microsoft. azure. management. sql. SyncGroupSchema
- com.
public class SyncGroupSchema
Properties of sync group schema.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
masterSyncMemberName()
Get name of master sync member where the schema is from. |
List<Sync |
tables()
Get list of tables in sync group schema. |
Sync |
withMasterSyncMemberName(String masterSyncMemberName)
Set name of master sync member where the schema is from. |
Sync |
withTables(List<SyncGroupSchemaTable> tables)
Set list of tables in sync group schema. |
Method Details
masterSyncMemberName
public String masterSyncMemberName()
Get name of master sync member where the schema is from.
Returns:
tables
public List
Get list of tables in sync group schema.
Returns:
withMasterSyncMemberName
public SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)
Set name of master sync member where the schema is from.
Parameters:
Returns:
withTables
public SyncGroupSchema withTables(List
Set list of tables in sync group schema.
Parameters:
Returns:
Applies to
Azure SDK for Java