RemoveNetworkConstraint method of the MSFT_WvrAdminTasks class

Removes an existing replication network constraint for the partnership.

Syntax

uint32 RemoveNetworkConstraint(
  [in] string SourceRGName,
  [in] string SourceComputerName,
  [in] string DestinationRGName,
  [in] string DestinationComputerName
);

Parameters

SourceRGName [in]

The source RG name.

SourceComputerName [in]

The source computer name.

DestinationRGName [in]

The destination RG name.

DestinationComputerName [in]

The destination computer name.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\StorageReplica
MOF
Wvrcimprov.mof
DLL
Wvrcimprov.dll

See also

MSFT_WvrAdminTasks