Create method of the MSFT_NetPrefixPolicy class

Creates a prefix policy.

Syntax

uint32 Create(
  [in]  string               Prefix,
  [in]  uint32               Precedence,
  [in]  uint32               Label,
  [in]  string               PolicyStore,
  [in]  boolean              PassThru,
  [out] MSFT_NetPrefixPolicy CmdletOutput[]
);

Parameters

Prefix [in]

Specifies the prefix of the policy.

Precedence [in]

Specifies the precedence value in the policy table, which is used for sorting destination addresses.

Label [in]

Specifies a label value that allows for policies that prefer a particular source address prefix for use with a destination address prefix.

PolicyStore [in]

TBD

PassThru [in]

Specifies whether the method should output an object that represents the newly created prefix policy in the CmdletOutput parameter.

CmdletOutput [out]

Receives a MSFT_NetPrefixPolicy object that represents the new prefix policy.

Requirements

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

See also

MSFT_NetPrefixPolicy