Remove method of the PS_BgpRoutingPolicy class

Removes one or more BGP routing policies from the policy store.

Syntax

uint32 Remove(
  [in] string  Name[],
  [in] string  RoutingDomain,
  [in] boolean Force
);

Parameters

Name [in]

An array that contains the BGP routing policies to remove.

RoutingDomain [in]

The user-defined alphanumeric ID of the routing domain.

Force [in]

Indicates whether to confirm this procedure with a confirmation prompt.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.Mof
DLL
RAMgmtPSProvider.dll

See also

PS_BgpRoutingPolicy