windowsManagementAppHealthState リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。
Windows管理アプリの正常性状態エンティティ。
メソッド
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| id | String | 管理アプリの正常性状態Windows一意識別子。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。 |
| healthState | healthState | Windowsアプリの正常性状態を確認します。 可能な値は、unknown、healthy、unhealthy です。 |
| installedVersion | String | Windows管理アプリのインストールバージョン。 |
| lastCheckInDateTime | DateTimeOffset | Windows管理アプリの最終チェックイン時間。 |
| deviceName | String | 管理アプリがインストールWindowsデバイスの名前。 |
| deviceOSVersion | String | Windows 10管理アプリがインストールされているデバイスWindows OS バージョン。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.windowsManagementAppHealthState",
"id": "String (identifier)",
"healthState": "String",
"installedVersion": "String",
"lastCheckInDateTime": "String (timestamp)",
"deviceName": "String",
"deviceOSVersion": "String"
}
フィードバック
フィードバックの送信と表示