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

IForceLinkParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ForceLinkParametersTypeConverter))]
public interface IForceLinkParameters : Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Models.Api20240901Preview.ForceLinkParametersTypeConverter))>]
type IForceLinkParameters = interface
    interface IJsonSerializable
Public Interface IForceLinkParameters
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to