SyncGroupSchema Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.SyncGroupSchema

public class SyncGroupSchema

Properties of sync group schema.

Constructor Summary

Constructor Description
SyncGroupSchema()

Method Summary

Modifier and Type Method and Description
java.lang.String masterSyncMemberName()

Get name of master sync member where the schema is from.

java.util.List<SyncGroupSchemaTable> tables()

Get list of tables in sync group schema.

SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)

Set name of master sync member where the schema is from.

SyncGroupSchema withTables(List<SyncGroupSchemaTable> tables)

Set list of tables in sync group schema.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

SyncGroupSchema

public SyncGroupSchema()

Method Details

masterSyncMemberName

public String masterSyncMemberName()

Get name of master sync member where the schema is from.

Returns:

the masterSyncMemberName value

tables

public List tables()

Get list of tables in sync group schema.

Returns:

the tables value

withMasterSyncMemberName

public SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)

Set name of master sync member where the schema is from.

Parameters:

masterSyncMemberName - the masterSyncMemberName value to set

Returns:

the SyncGroupSchema object itself.

withTables

public SyncGroupSchema withTables(List tables)

Set list of tables in sync group schema.

Parameters:

tables - the tables value to set

Returns:

the SyncGroupSchema object itself.

Applies to