次の方法で共有


WvrRemoveReplicationPartnership method of the MSFT_WvrAdminTasks class

Removes an existing replication partnership.

Syntax

uint32 WvrRemoveReplicationPartnership(
  [in] string SourceReplicationGroupName,
  [in] string TargetReplicationGroupName,
  [in] string TargetComputerName
);

Parameters

SourceReplicationGroupName [in]

The name of the source replication group.

TargetReplicationGroupName [in]

The name of the target replication group.

TargetComputerName [in]

The FQDN or NetBIOS name of the target computer.

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