WvrAddReplicaById method of the MSFT_WvrAdminTasks class

Adds a volume to an existing replication group and assigns a replica set ID to the volume.

Syntax

uint32 WvrAddReplicaById(
  [in] string  ReplicationGroupName,
  [in] string  VolumeName[],
  [in] string  ReplicaSetId[],
  [in] boolean IsPrimary,
  [in] boolean Seeded
);

Parameters

ReplicationGroupName [in]

The name of the replication group.

VolumeName [in]

The name of the volumes to add.

ReplicaSetId [in]

The replica set IDs to associate with the new volumes.

IsPrimary [in]

TBD

Seeded [in]

TBD

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