IPhysicalLinkManager GetPhysicalLinksWithRole Method
[This is preliminary documentation and is subject to change.]
Retrieves all physical links of a specific role involving a specific device
Namespace: Netadmin.Management.Inventory Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable <IPhysicalLink > GetPhysicalLinksWithRole (
long deviceId ,
PhysicalInterfaceRole role
)Function GetPhysicalLinksWithRole (
deviceId As Long ,
role As PhysicalInterfaceRole
) As IEnumerable (Of IPhysicalLink )Parameters deviceId Type: System Int64 The device id role Type: Netadmin.Management.Inventory.Dto PhysicalInterfaceRole The role the interface should have Return Value Type:
IEnumerable IPhysicalLink [Missing <returns> documentation for "M:Netadmin.Management.Inventory.IPhysicalLinkManager.GetPhysicalLinksWithRole(System.Int64,Netadmin.Management.Inventory.Dto.PhysicalInterfaceRole)"]
See Also