次の方法で共有


CreateStretchPartnership method of the MSFT_WvrAdminTasks class

Creates a replication partnership between two existing replication groups.

Syntax

uint32 CreateStretchPartnership(
  [in]  string                         ClusterName,
  [in]  string                         SourceRGName,
  [in]  string                         DestinationRGName,
  [in]  boolean                        PreventReplication,
  [in]  boolean                        Seeded,
  [out] MSFT_WvrReplicationPartnership Output[]
);

Parameters

ClusterName [in]

TBD

SourceRGName [in]

The name of the source replication group.

DestinationRGName [in]

The name of the destination replication group.

PreventReplication [in]

TBD

Seeded [in]

TBD

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