NamespaceDiscoveredDeviceProperties interface
Defines the discovered device properties.
Properties
| attributes | A set of key-value pairs that contain custom attributes. |
| discovery |
Identifier used to detect changes in the discovered device. |
| endpoints | Endpoints for discovered devices. |
| external |
A device ID that represents the device in a system external to Azure. Unique within scope of an Azure tenant. |
| manufacturer | Device manufacturer. |
| model | Device model. |
| operating |
Device operating system name. |
| operating |
Device operating system version. |
| provisioning |
Provisioning state of the resource. |
| version | An integer that is incremented each time the resource is modified. |
Property Details
attributes
A set of key-value pairs that contain custom attributes.
attributes?: Record<string, any>
Property Value
Record<string, any>
discoveryId
Identifier used to detect changes in the discovered device.
discoveryId: string
Property Value
string
endpoints
Endpoints for discovered devices.
endpoints?: DiscoveredMessagingEndpoints
Property Value
externalDeviceId
A device ID that represents the device in a system external to Azure. Unique within scope of an Azure tenant.
externalDeviceId?: string
Property Value
string
manufacturer
Device manufacturer.
manufacturer?: string
Property Value
string
model
Device model.
model?: string
Property Value
string
operatingSystem
Device operating system name.
operatingSystem?: string
Property Value
string
operatingSystemVersion
Device operating system version.
operatingSystemVersion?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
version
An integer that is incremented each time the resource is modified.
version: number
Property Value
number