次の方法で共有


NamespaceDiscoveredDeviceUpdateProperties interface

NamespaceDiscoveredDevice の更新可能なプロパティ。

プロパティ

attributes

カスタム属性を含むキーと値のペアのセット。

discoveryId

検出されたデバイスの変更を検出するために使用される識別子。

endpoints

検出されたデバイスのエンドポイント。

externalDeviceId

Azure の外部システム内のデバイスを表すデバイス ID。 Azure テナントのスコープ内で一意。

operatingSystemVersion

デバイス オペレーティング システムのバージョン。

version

リソースが変更されるたびにインクリメントされる整数。

プロパティの詳細

attributes

カスタム属性を含むキーと値のペアのセット。

attributes?: Record<string, any>

プロパティ値

Record<string, any>

discoveryId

検出されたデバイスの変更を検出するために使用される識別子。

discoveryId?: string

プロパティ値

string

endpoints

検出されたデバイスのエンドポイント。

endpoints?: DiscoveredMessagingEndpoints

プロパティ値

externalDeviceId

Azure の外部システム内のデバイスを表すデバイス ID。 Azure テナントのスコープ内で一意。

externalDeviceId?: string

プロパティ値

string

operatingSystemVersion

デバイス オペレーティング システムのバージョン。

operatingSystemVersion?: string

プロパティ値

string

version

リソースが変更されるたびにインクリメントされる整数。

version?: number

プロパティ値

number