Click or drag to resize
IDeviceDefinitionManagerUpdateDeviceDefinitionVersion Method

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

Updates an existing device definition revision

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void UpdateDeviceDefinitionVersion(
	IDeviceDefinitionRevision deviceDefinitionRevision
)

Parameters

deviceDefinitionRevision
Type: Netadmin.Management.Inventory.DtoIDeviceDefinitionRevision
The device definition revision to update
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThe device definition revision must be present in the system.
NonUniqueValueExceptionThrown if name would not be unique
InvalidIdentifierExceptionThrown if any id are zero or less
ValueIsRequiredExceptionThrown if name is null or whitespace.
ArgumentNullExceptiondeviceDefinitionRevision is .
See Also