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.DriversAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIEnumerable<IDriver> GetProvisioningDrivers(
long deviceId,
long physicalInterfaceId = 0
)
Function GetProvisioningDrivers (
deviceId As Long,
Optional physicalInterfaceId As Long = 0
) As IEnumerable(Of IDriver)
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:
IEnumerableIDriverA list of all applicable drivers
Exceptions
RemarksIf physical interface is specified, only drivers which has Physical Interface as an input type will be considered
See Also