Freigeben über


Get method of the PS_BgpRouter class

Retrieves the configuration information of a BGP router.

Syntax

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

Parameters

RoutingDomain [in]

The unique identifiers of the tenants that manage the BGP router.

cmdletOutput [out]

The BgpRouterConfig objects to receive the configuration 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_BgpRouter