SyncAgentKeyProperties Class

Definition

Properties of an Azure SQL Database sync agent key.

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

Properties

SyncAgentKey

Key of sync agent.

Explicit Interface Implementations

IJsonModel<SyncAgentKeyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SyncAgentKeyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncAgentKeyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncAgentKeyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SyncAgentKeyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to