SyncGroupSchemaTable Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. SyncGroupSchemaTable
- com.
Implements
public final class SyncGroupSchemaTable
implements JsonSerializable<SyncGroupSchemaTable>
Properties of table in sync group schema.
Constructor Summary
Constructor | Description |
---|---|
SyncGroupSchemaTable() |
Creates an instance of Sync |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Sync |
columns()
Get the columns property: List of columns in sync group schema. |
static
Sync |
fromJson(JsonReader jsonReader)
Reads an instance of Sync |
String |
quotedName()
Get the quoted |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Sync |
withColumns(List<SyncGroupSchemaTableColumn> columns)
Set the columns property: List of columns in sync group schema. |
Sync |
withQuotedName(String quotedName)
Set the quoted |
Methods inherited from java.lang.Object
Constructor Details
SyncGroupSchemaTable
public SyncGroupSchemaTable()
Creates an instance of SyncGroupSchemaTable class.
Method Details
columns
public List
Get the columns property: List of columns in sync group schema.
Returns:
fromJson
public static SyncGroupSchemaTable fromJson(JsonReader jsonReader)
Reads an instance of SyncGroupSchemaTable from the JsonReader.
Parameters:
Returns:
Throws:
quotedName
public String quotedName()
Get the quotedName property: Quoted name of sync group schema table.
Returns:
toJson
validate
public void validate()
Validates the instance.
withColumns
public SyncGroupSchemaTable withColumns(List
Set the columns property: List of columns in sync group schema.
Parameters:
Returns:
withQuotedName
public SyncGroupSchemaTable withQuotedName(String quotedName)
Set the quotedName property: Quoted name of sync group schema table.
Parameters:
Returns:
Applies to
Azure SDK for Java