IDeviceDefinitionManagerGetDeviceDefinitionRevisions Method (IEnumerableInt64) |
[This is preliminary documentation and is subject to change.]
Retrieves details for multiple device definition revisions
Namespace: Netadmin.Management.InventoryAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<long, IDeviceDefinitionRevision> GetDeviceDefinitionRevisions(
IEnumerable<long> revisionIds
)
Function GetDeviceDefinitionRevisions (
revisionIds As IEnumerable(Of Long)
) As IReadOnlyDictionary(Of Long, IDeviceDefinitionRevision)
Parameters
- revisionIds
- Type: System.Collections.GenericIEnumerableInt64
The device definition revision ids
Return Value
Type:
IReadOnlyDictionaryInt64,
IDeviceDefinitionRevisionA dictionary where key is the revision id and the value is the details of that id
See Also