WvrAddReplicaSet method of the MSFT_WvrAdminTasks class

TBD

Syntax

uint32 WvrAddReplicaSet(
  [in] string SourceReplicationGroupName,
  [in] string SourcePartitionId,
  [in] string TargetComputerName,
  [in] string TargetReplicationGroupName,
  [in] string TargetPartitionId
);

Parameters

SourceReplicationGroupName [in]

The name of the source replication group.

SourcePartitionId [in]

Identifies the source partition.

TargetComputerName [in]

The FQDN or NetBIOS name of the target computer.

TargetReplicationGroupName [in]

The name of the target replication group.

TargetPartitionId [in]

Identifies the target partition.

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