Share via


GetForAllRoutingDomains method of the PS_BgpCustomRoute class

Retrieves the custom/administrator-configured route information from the BGP routing table for all routing domains.

Syntax

uint32 GetForAllRoutingDomains(
  [in]  boolean              AllRoutingDomains,
  [out] BgpCustomNetworkInfo cmdletOutput[]
);

Parameters

AllRoutingDomains [in]

true to return the custom/administrator-configured route information for all routing domains.

cmdletOutput [out]

On success, contains a BgpCustomNetworkInfo that describes the custom network information.

Requirements

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

See also

PS_BgpCustomRoute