Share via


ForceLinkContent Class

Definition

Parameters for reconfiguring active geo-replication, of an existing database that was previously unlinked from a replication group.

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

Constructors

ForceLinkContent(ForceLinkParametersGeoReplication)

Initializes a new instance of ForceLinkContent.

Properties

GeoReplication

Properties to configure geo replication for this database.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ForceLinkContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ForceLinkContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ForceLinkContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ForceLinkContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ForceLinkContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to