次の方法で共有


GetPartnershipFromGroup method of the MSFT_WvrAdminTasks class

Retrieves a replication partnership.

Syntax

uint32 GetPartnershipFromGroup(
  [in]  string                         Name,
  [in]  string                         ComputerName,
  [out] MSFT_WvrReplicationPartnership Output[]
);

Parameters

Name [in]

TBD

ComputerName [in]

The FQDN or NetBIOS name of the computer.

Output [out]

Returns the resulting MSFT_WvrReplicationPartnership embedded instance.

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