次の方法で共有


SuspendGroup method of the MSFT_WvrAdminTasks class

Pauses replication for a replication group.

Syntax

uint32 SuspendGroup(
  [in] string ComputerName,
  [in] string Name
);

Parameters

ComputerName [in]

The FQDN or NetBIOS name of the computer.

Name [in]

The name of the replication group to suspend.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\Windows\StorageReplica
Header
Qmgr.h
MOF
WVRCimProv.Mof
DLL
WvrCimProv.dll

See also

MSFT_WvrAdminTasks