Click or drag to resize
IDeviceDefinitionManagerUpdateMacPrefix Method

[This is preliminary documentation and is subject to change.]

Updates an existing MAC prefix

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UpdateMacPrefix(
	IDeviceDefintionMacPrefix macPrefix
)

Parameters

macPrefix
Type: Netadmin.Management.Inventory.DtoIDeviceDefintionMacPrefix
The prefix to update
Exceptions
ExceptionCondition
ObjectNotFoundExceptionthe mac prefix must be present in the system.
ArgumentNullExceptionmacPrefix is .
InvalidIdentifierExceptionThrown if the mac prefix id is zero or less.
ValueIsRequiredExceptionThrown if Prefix is null or whitespace.
ArgumentExceptionThrown if the prefix is invalid.
See Also