Share via


ForceLinkParametersGeoReplication Class

Definition

Properties to configure geo replication for this database.

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

Constructors

ForceLinkParametersGeoReplication()

Initializes a new instance of ForceLinkParametersGeoReplication.

Properties

GroupNickname

The name of the group of linked database resources. This should match the existing replication group name.

LinkedDatabases

The resource IDs of the databases that are expected to be linked and included in the replication group. This parameter is used to validate that the linking is to the expected (unlinked) part of the replication group, if it is splintered.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ForceLinkParametersGeoReplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ForceLinkParametersGeoReplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ForceLinkParametersGeoReplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ForceLinkParametersGeoReplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ForceLinkParametersGeoReplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to