Click or drag to resize
IPhysicalLinkManagerPhysicalInterfacesHasLink Method

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

[Missing <summary> documentation for "M:Netadmin.Management.Inventory.IPhysicalLinkManager.PhysicalInterfacesHasLink(System.Collections.Generic.IEnumerable{System.Int64})"]

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IReadOnlyDictionary<long, bool> PhysicalInterfacesHasLink(
	IEnumerable<long> physicalInterfaceIds
)

Parameters

physicalInterfaceIds
Type: System.Collections.GenericIEnumerableInt64

[Missing <param name="physicalInterfaceIds"/> documentation for "M:Netadmin.Management.Inventory.IPhysicalLinkManager.PhysicalInterfacesHasLink(System.Collections.Generic.IEnumerable{System.Int64})"]

Return Value

Type: IReadOnlyDictionaryInt64, Boolean

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

Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if id is zero or less.
See Also