次の方法で共有


Get method of the PS_BgpCustomRoute class

Retrieves custom BGP routing information from a BGP routing table.

Syntax

uint32 Get(
  [in]  string               RoutingDomain,
  [out] BgpCustomNetworkInfo cmdletOutput
);

Parameters

RoutingDomain [in]

Routing domain ID/ Tenant IDfor which the BGP custom route information is to be retrieved.

cmdletOutput [out]

Receives the BgpCustomNetworkInfo object that contains the custom routing information.

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_BgpCustomRoute