Share via


SyncGroupSchema Class

Definition

Properties of sync group schema.

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

Constructors

Name Description
SyncGroupSchema()

Initializes a new instance of SyncGroupSchema.

Properties

Name Description
MasterSyncMemberName

Name of master sync member where the schema is from.

Tables

List of tables in sync group schema.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<SyncGroupSchema>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SyncGroupSchema>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncGroupSchema>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncGroupSchema>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SyncGroupSchema>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to