次の方法で共有


Get method of the PS_BgpRoutingPolicy class

Retrieves configuration information from the policy store, for one or more BGP routing policies.

Syntax

uint32 Get(
  [in]  string                 Name[],
  [in]  uint32                 PolicyType,
  [in]  string                 RoutingDomain,
  [out] BgpRoutingPolicyConfig cmdletOutput[]
);

Parameters

Name [in]

An array that contains the policy IDs that to retrieve from the policy store.

PolicyType [in]

The type of BGP routing policies to retrieve.

RoutingDomain [in]

The user-defined alphanumeric ID of the routing domain.

cmdletOutput [out]

The BgpRoutingPolicyConfig object that receives the retrieved 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_BgpRoutingPolicy