SetPartnershipAddVolumes method of the MSFT_WvrAdminTasks class

Adds source and destination volumes to replication groups in an existing partnership.

Syntax

uint32 SetPartnershipAddVolumes(
  [in] string  SourceRGName,
  [in] string  SourceComputerName,
  [in] string  SourceAddVolumePartnership[],
  [in] string  DestinationRGName,
  [in] string  DestinationComputerName,
  [in] string  DestinationAddVolumePartnership[],
  [in] boolean Seeded
);

Parameters

SourceRGName [in]

The name of the source replication group.

SourceComputerName [in]

The FQDN or NetBIOS name of the source computer.

SourceAddVolumePartnership [in]

TBD

DestinationRGName [in]

The name of the destination replication group.

DestinationComputerName [in]

The FQDN or NetBIOS name of the destination computer.

DestinationAddVolumePartnership [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