Click or drag to resize
IDriverManagerGetProvisioningDrivers Method

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

Get all provisioning drivers which may be executed towards a specific device (and optionally physical interface)

Namespace: Netadmin.Management.Drivers
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IEnumerable<IDriver> GetProvisioningDrivers(
	long deviceId,
	long physicalInterfaceId = 0
)

Parameters

deviceId
Type: SystemInt64
Id of the device for which the driver should be executed
physicalInterfaceId (Optional)
Type: SystemInt64
Optional physical interface if only interface specific drivers should be returned

Return Value

Type: IEnumerableIDriver
A list of all applicable drivers
Exceptions
ExceptionCondition
ArgumentExceptionThrown if id is zero or lower
ObjectNotFoundExceptionThrown if the id of the entity is not found
Remarks
If physical interface is specified, only drivers which has Physical Interface as an input type will be considered
See Also