New method of the PS_VpnSstpProxyRule class

Creates a tenant ID to gateway mapping object.

Syntax

uint32 New(
  [in]  string           TenantID,
  [in]  string           GatewayAddress[],
  [out] VpnSstpProxyRule cmdletOutput
);

Parameters

TenantID [in]

The Tenant or Group ID to configure the SSTP proxy mapping.

GatewayAddress [in]

List of gateway IP address, or the name for the tenant.

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_VpnSstpProxyRule