Megosztás a következőn keresztül:


DatabasePropertiesGeoReplication Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.DatabasePropertiesGeoReplicationTypeConverter))]
public class DatabasePropertiesGeoReplication : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.IDatabasePropertiesGeoReplication
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.DatabasePropertiesGeoReplicationTypeConverter))>]
type DatabasePropertiesGeoReplication = class
    interface IDatabasePropertiesGeoReplication
    interface IJsonSerializable
Public Class DatabasePropertiesGeoReplication
Implements IDatabasePropertiesGeoReplication
Inheritance
DatabasePropertiesGeoReplication
Attributes
Implements

Constructors

DatabasePropertiesGeoReplication()

Creates an new DatabasePropertiesGeoReplication instance.

Properties

GroupNickname

Name for the group of linked database resources

LinkedDatabase

List of database resources to link with this database

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabasePropertiesGeoReplication.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabasePropertiesGeoReplication.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20230301Preview.IDatabasePropertiesGeoReplication.

FromJsonString(String)

Creates a new instance of DatabasePropertiesGeoReplication, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabasePropertiesGeoReplication into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to