次の方法で共有


GetByAll method of the PS_VpnS2SInterfaceStatistics class

Retrieves statistics of an S2S interface for all connections.

Syntax

uint32 GetByAll(
  [in]  boolean                   Clear,
  [in]  boolean                   Force,
  [out] VpnS2SInterfaceStatistics cmdletOutput[]
);

Parameters

Clear [in]

Indicates whether to delete the statistics. True to delete the statistics; otherwise false.

Force [in]

Indicates whether this method displays the default confirmation prompt to the user. True to display the default confirmation prompt; otherwise false.

cmdletOutput [out]

The VpnS2SInterfaceStatistics object that receives the statistics.

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_VpnS2SInterfaceStatistics