ArmRedisEnterpriseModelFactory.ForceLinkParametersGeoReplication Method

Definition

public static Azure.ResourceManager.RedisEnterprise.Models.ForceLinkParametersGeoReplication ForceLinkParametersGeoReplication(string groupNickname = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseLinkedDatabase> linkedDatabases = default);
static member ForceLinkParametersGeoReplication : string * seq<Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseLinkedDatabase> -> Azure.ResourceManager.RedisEnterprise.Models.ForceLinkParametersGeoReplication
Public Shared Function ForceLinkParametersGeoReplication (Optional groupNickname As String = Nothing, Optional linkedDatabases As IEnumerable(Of RedisEnterpriseLinkedDatabase) = Nothing) As ForceLinkParametersGeoReplication

Parameters

groupNickname
String

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

linkedDatabases
IEnumerable<RedisEnterpriseLinkedDatabase>

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.

Returns

A new ForceLinkParametersGeoReplication instance for mocking.

Applies to