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(String, IEnumerable<RedisEnterpriseLinkedDatabase>)

Initializes a new instance of ForceLinkContent.

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.

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