deviceInstallState リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイスのインストール状態のプロパティが含まれています。
メソッド
メソッド | 戻り値の型 | 説明 |
---|---|---|
deviceInstallStates のリスト | deviceInstallState コレクション | deviceInstallState オブジェクトのプロパティとリレーションシップをリストします。 |
deviceInstallState の取得 | deviceInstallState | deviceInstallState オブジェクトのプロパティとリレーションシップを読み取ります。 |
deviceInstallState の作成 | deviceInstallState | 新しい deviceInstallState オブジェクトを作成します。 |
deviceInstallState の削除 | なし | deviceInstallState を削除します。 |
deviceInstallState の更新 | deviceInstallState | deviceInstallState オブジェクトのプロパティを更新します。 |
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
id | String | エンティティのキー。 |
deviceName | String | デバイス名。 |
deviceId | String | デバイス ID。 |
lastSyncDateTime | DateTimeOffset | 最後の同期日時。 |
installState | installState | 電子ブックのインストールの状態。 可能な値は、notApplicable 、installed 、failed 、notInstalled 、uninstallFailed 、unknown です。 |
errorCode | String | インストール失敗のエラー コード。 |
osVersion | String | OS バージョン。 |
osDescription | String | OS の説明。 |
userName | String | デバイスのユーザー名です。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceInstallState",
"id": "String (identifier)",
"deviceName": "String",
"deviceId": "String",
"lastSyncDateTime": "String (timestamp)",
"installState": "String",
"errorCode": "String",
"osVersion": "String",
"osDescription": "String",
"userName": "String"
}