Click or drag to resize
IDeviceManagerGetPhysicalInterfacesForRootDevices Method

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

Retrieves all physical interfaces for specific root device ids

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

Parameters

rootDeviceIds
Type: System.Collections.GenericIEnumerableInt64
The ids of the root devices

Return Value

Type: IEnumerableIPhysicalInterface

[Missing <returns> documentation for "M:Netadmin.Management.Inventory.IDeviceManager.GetPhysicalInterfacesForRootDevices(System.Collections.Generic.IEnumerable{System.Int64})"]

Exceptions
ExceptionCondition
ArgumentNullExceptionrootDeviceIds is .
See Also