Get method of the PS_BgpRouteAggregate class

Retrieves all the aggregate BGP Routes configured by the administrator.

Syntax

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

Parameters

RoutingDomain [in]

User-defined unique alphanumeric identifier for the Routing domain / Tenant.

Prefix [in]

List of the aggregate IP addresses (classless IP address prefixes and their prefix lengths) whose properties are to be retrieved.

cmdletOutput [out]

Returns an embedded instance of the current object.

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_BgpRouteAggregate