Share via


BulkAddCustomValue method of the MSFT_IPAM_CustomValue class

Adds a set of custom metadata values to IPAM.

Syntax

uint32 BulkAddCustomValue(
  [in]  string                    Name,
  [in]  string                    Value[],
  [out] MSFT_IPAM_OperationStatus Output[]
);

Parameters

Name [in]

The name of the set of values.

Value [in]

An array that contains the values to add.

Output [out]

When this method returns, this parameter contains an array that contains the updated metadata fields.

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_CustomValue