次の方法で共有


SetDhcpScopeAccessScope method of the MSFT_IPAM_AccessScope class

Set access scope on an array of DHCP scopes from IPAM.

Syntax

uint32 SetDhcpScopeAccessScope(
  [in]  boolean             IpamDhcpScope,
  [in]  string              AccessScopePath,
  [in]  boolean             IsInheritedAccessScope,
  [in]  MSFT_IPAM_DhcpScope InputObject[],
  [out] MSFT_IPAM_DhcpScope Output[]
);

Parameters

IpamDhcpScope [in]

TBD

AccessScopePath [in]

TBD

IsInheritedAccessScope [in]

TBD

InputObject [in]

An array of MSFT_IPAM_DhcpScope embedded instances.

Output [out]

Returns the scope as an array of MSFT_IPAM_DhcpScope 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