Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the set of value pairs for two custom fields.
Syntax
uint32 Modify(
[in] string CustomFieldOne,
[in] string CustomFieldTwo,
[in] string AddAssociationValue[],
[in] string RemoveAssociationValue[],
[out] MSFT_IPAM_CustomFieldAssociation Output
);
Parameters
-
CustomFieldOne [in]
-
The first custom field.
-
CustomFieldTwo [in]
-
The second custom field.
-
AddAssociationValue [in]
-
An array that contains the value pairs to add.
-
RemoveAssociationValue [in]
-
An array that contains the value pairs to delete.
-
Output [out]
-
When this method returns, this parameter contains the updated set of value pairs for the custom 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 |
|
DLL |
|