SyncGroupSchemaTable Class

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

public class SyncGroupSchemaTable

Properties of table in sync group schema.

Method Summary

Modifier and Type Method and Description
List<SyncGroupSchemaTableColumn> columns()

Get list of columns in sync group schema.

String quotedName()

Get quoted name of sync group schema table.

SyncGroupSchemaTable withColumns(List<SyncGroupSchemaTableColumn> columns)

Set list of columns in sync group schema.

SyncGroupSchemaTable withQuotedName(String quotedName)

Set quoted name of sync group schema table.

Method Details

columns

public List columns()

Get list of columns in sync group schema.

Returns:

the columns value

quotedName

public String quotedName()

Get quoted name of sync group schema table.

Returns:

the quotedName value

withColumns

public SyncGroupSchemaTable withColumns(List columns)

Set list of columns in sync group schema.

Parameters:

columns - the columns value to set

Returns:

the SyncGroupSchemaTable object itself.

withQuotedName

public SyncGroupSchemaTable withQuotedName(String quotedName)

Set quoted name of sync group schema table.

Parameters:

quotedName - the quotedName value to set

Returns:

the SyncGroupSchemaTable object itself.

Applies to