Click or drag to resize
IPhysicalLinkManagerGetPhysicalLinksWithRole 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
Syntax
IEnumerable<IPhysicalLink> GetPhysicalLinksWithRole(
	long deviceId,
	PhysicalInterfaceRole role
)

Parameters

deviceId
Type: SystemInt64
The device id
role
Type: Netadmin.Management.Inventory.DtoPhysicalInterfaceRole
The role the interface should have

Return Value

Type: IEnumerableIPhysicalLink

[Missing <returns> documentation for "M:Netadmin.Management.Inventory.IPhysicalLinkManager.GetPhysicalLinksWithRole(System.Int64,Netadmin.Management.Inventory.Dto.PhysicalInterfaceRole)"]

See Also