BulkAddOrUpdateAddress method of the MSFT_IPAM_Address class

Adds or updates a set of IP addresses in IPAM.

Syntax

uint32 BulkAddOrUpdateAddress(
  [in]  MSFT_IPAM_Address         Address[],
  [out] MSFT_IPAM_OperationStatus Output[]
);

Parameters

Address [in]

The array of IP addresses to add or update.

Output [out]

When this method returns, this parameter contains an array that contains the status of each add or update operation.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

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

See also

MSFT_IPAM_Address