Disable method of the MSFT_NetNatTransitionConfiguration class

Turns NAT64 off.

Syntax

uint32 Disable(
  [in]  boolean                            PassThru,
  [out] MSFT_NetNatTransitionConfiguration OutputObject
);

Parameters

PassThru [in]

Specifies whether the method should output the MSFT_NetNatTransitionConfiguration object that results from turning NAT64 off in the OutputObject parameter.

OutputObject [out]

Receives the MSFT_NetNatTransitionConfiguration object that results from turning NAT64 off.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\StandardCimv2
MOF
NetTtCim.mof
DLL
NetTtCim.dll

See also

MSFT_NetNatTransitionConfiguration