RemoveStretchPartnership method of the MSFT_WvrAdminTasks class

Removes an existing replication partnership.

Syntax

uint32 RemoveStretchPartnership(
  [in] string ClusterName,
  [in] string SourceRGName,
  [in] string DestinationRGName
);

Parameters

ClusterName [in]

TBD

SourceRGName [in]

The name of the source replication group.

DestinationRGName [in]

The name of the destination 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