次の方法で共有


Get method of the PS_VpnS2SInterfaceStatistics class

Retrieves statistics of an S2S interface for the specified VPN connection.

Syntax

uint32 Get(
  [in]  string                    Name,
  [in]  boolean                   Clear,
  [in]  boolean                   Force,
  [out] VpnS2SInterfaceStatistics cmdletOutput
);

Parameters

Name [in]

Specifies the name of the connection.

Clear [in]

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

Windows Server 2012: This parameter is not available before Windows Server 2012 R2.

Force [in]

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

Windows Server 2012: This parameter is not available before Windows Server 2012 R2.

cmdletOutput [out]

The cmdlet output.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.mof
DLL
RAMgmtPSProvider.dll

See also

PS_VpnS2SInterfaceStatistics