DeactivateReplicaSet method of the MSFT_WvrAdminTasks class

Removes a partition from replication.

Syntax

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

Parameters

ReplicationGroupName [in]

The name of the replication group to modify.

ReplicaSetId [in]

The IDs of the replicas to remove from the 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