SetRangeAccessScope method of the MSFT_IPAM_AccessScope class

Set access scope on an array of IP Ranges from IPAM.

Syntax

uint32 SetRangeAccessScope(
  [in]  boolean         IpamRange,
  [in]  string          AccessScopePath,
  [in]  boolean         IsInheritedAccessScope,
  [in]  MSFT_IPAM_Range InputObject[],
  [out] MSFT_IPAM_Range Output[]
);

Parameters

IpamRange [in]

TBD

AccessScopePath [in]

TBD

IsInheritedAccessScope [in]

TBD

InputObject [in]

An array of MSFT_IPAM_Range embedded instances.

Output [out]

Returns the scope as an array of MSFT_IPAM_Range embedded instances.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\Microsoft\IPAM
MOF
IPAMServerPSProvider.mof
DLL
IPAMServerPSProvider.dll

See also

MSFT_IPAM_AccessScope