| IDeviceDefinitionManagerAddCompatibleSoftwaresToDeviceDefinition Method |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Inventory
void AddCompatibleSoftwaresToDeviceDefinition( IEnumerable<long> softwareIdentifiers, long deviceDefinitionId )
| Exception | Condition |
|---|---|
| ObjectNotFoundException | The device definition must be present in the system. |
| ObjectNotFoundException | The software must be present in the system. |
| ArgumentNullException | softwareIdentifiers is . |
| InvalidIdentifierException | Thrown if an identifier is zero or less. |