Click or drag to resize
IDeviceDefinitionManagerGetPhysicalInterfaceDefinitionsForDeviceDefinition Method

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

Retrieves physical interface definitions for a device definition

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IPhysicalInterfaceDefinition> GetPhysicalInterfaceDefinitionsForDeviceDefinition(
	long deviceDefinitionId
)

Parameters

deviceDefinitionId
Type: SystemInt64
The device definition id

Return Value

Type: IEnumerableIPhysicalInterfaceDefinition
Physical Interface Definitions
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThe device definition must be present in the system..
InvalidIdentifierExceptionThrown if the device definition id is zero or less.
See Also