Share via


NamespaceDiscoveredDeviceUpdateProperties interface

The updatable properties of the NamespaceDiscoveredDevice.

Properties

attributes

A set of key-value pairs that contain custom attributes.

discoveryId

Identifier used to detect changes in the discovered device.

endpoints

Endpoints for discovered devices.

externalDeviceId

A device ID that represents the device in a system external to Azure. Unique within scope of an Azure tenant.

operatingSystemVersion

Device operating system version.

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

operatingSystemVersion

Device operating system version.

operatingSystemVersion?: string

Property Value

string

version

An integer that is incremented each time the resource is modified.

version?: number

Property Value

number