MSFT_NetConSecRule类的 SetPolicyDelta 方法

应用 IPsec 策略增量

语法

uint32 SetPolicyDelta(
        uint16  Action,
  [in]  string  IPv6Addresses[],
  [in]  string  IPv4Addresses[],
        uint16  EndpointType,
  [in]  boolean PassThru,
  [out] String  Output[]
);

参数

行动

添加 (0)

删除 (1)

IPv6Addresses [in]

IPv6 地址

IPv4Addresses [in]

IPv4 地址

EndpointType

终结点类型

Endpoint1 (0)

Endpoint2 (1)

PassThru [in]

PassThru

输出 [out]

Output NetConSecRule

要求

支持的最低客户端
Windows 8
支持的最低服务器
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
WFasCim.mof
DLL
WFasCim.dll

另请参阅

MSFT_NetConSecRule