SyncGroupSchemaTable Class

Definition

Properties of table in sync group schema.

public class SyncGroupSchemaTable : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.SyncGroupSchemaTable>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.SyncGroupSchemaTable>
type SyncGroupSchemaTable = class
    interface IJsonModel<SyncGroupSchemaTable>
    interface IPersistableModel<SyncGroupSchemaTable>
Public Class SyncGroupSchemaTable
Implements IJsonModel(Of SyncGroupSchemaTable), IPersistableModel(Of SyncGroupSchemaTable)
Inheritance
SyncGroupSchemaTable
Implements

Constructors

SyncGroupSchemaTable()

Initializes a new instance of SyncGroupSchemaTable.

Properties

Columns

List of columns in sync group schema.

QuotedName

Quoted name of sync group schema table.

Explicit Interface Implementations

IJsonModel<SyncGroupSchemaTable>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SyncGroupSchemaTable>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncGroupSchemaTable>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncGroupSchemaTable>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SyncGroupSchemaTable>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to