ActivateReplicaSet method of the MSFT_WvrAdminTasks class

Assigns replica set IDs and partitions to replication.

Syntax

uint32 ActivateReplicaSet(
  [in] string ReplicationGroupName,
  [in] string ReplicaSetId[]
);

Parameters

ReplicationGroupName [in]

Identifies the replication group to modify.

ReplicaSetId [in]

The IDs of the set of replicas to add to the replication group.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\StorageReplica
MOF
WVRCimProv.Mof
DLL
WvrCimProv.dll

See also

MSFT_WvrAdminTasks