你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ForceLinkParameters Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.ForceLinkParametersTypeConverter))]
public class ForceLinkParameters : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IForceLinkParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.ForceLinkParametersTypeConverter))>]
type ForceLinkParameters = class
    interface IForceLinkParameters
    interface IJsonSerializable
Public Class ForceLinkParameters
Implements IForceLinkParameters
Inheritance
ForceLinkParameters
Attributes
Implements

Constructors

Name Description
ForceLinkParameters()

Creates an new ForceLinkParameters instance.

Properties

Name Description
GroupNickname

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

LinkedDatabase

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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ForceLinkParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ForceLinkParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20250701.IForceLinkParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ForceLinkParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to