SyncGroupSchema Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
SyncGroupSchema() |
Initializes a new instance of SyncGroupSchema. |
Properties
MasterSyncMemberName |
Name of master sync member where the schema is from. |
Tables |
List of tables in sync group schema. |
Explicit Interface Implementations
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
Azure SDK for .NET