CommonPostActionResponseForDeviceUpdate interface

デバイスのアップデートに対する一般的な反応です。

Extends

プロパティ

configurationState

設定状態を取得します。

failedDevices

与えられたアクションが適用されなかったARMリソースIDの一覧。

successfulDevices

与えられたアクションが正常に適用されたARMリソースIDの一覧。

継承されたプロパティ

error

エラー オブジェクト。

プロパティの詳細

configurationState

設定状態を取得します。

configurationState?: string

プロパティ値

string

failedDevices

与えられたアクションが適用されなかったARMリソースIDの一覧。

failedDevices?: string[]

プロパティ値

string[]

successfulDevices

与えられたアクションが正常に適用されたARMリソースIDの一覧。

successfulDevices?: string[]

プロパティ値

string[]

継承されたプロパティの詳細

error

エラー オブジェクト。

error?: ErrorDetail

プロパティ値

CommonErrorResponse.errorから継承