다음을 통해 공유


RedisEnterpriseDatabaseGeoReplication Class

Definition

Optional set of properties to configure geo replication for this database.

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

Constructors

RedisEnterpriseDatabaseGeoReplication()

Initializes a new instance of RedisEnterpriseDatabaseGeoReplication.

Properties

GroupNickname

Name for the group of linked database resources.

LinkedDatabases

List of database resources to link with this database.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RedisEnterpriseDatabaseGeoReplication>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RedisEnterpriseDatabaseGeoReplication>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RedisEnterpriseDatabaseGeoReplication>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RedisEnterpriseDatabaseGeoReplication>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RedisEnterpriseDatabaseGeoReplication>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to