windowsManagementAppHealthState リソースの種類

名前空間: microsoft.graph

重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。

注: Intune 用 Microsoft Graph API には、テナントの 有効な Intune ライセンスが必要です。

Windows管理アプリの正常性状態エンティティ。

メソッド

メソッド 戻り値の型 説明
リスト windowsManagementAppHealthStates windowsManagementAppHealthState コレクション windowsManagementAppHealthState オブジェクトのプロパティとリレーションシップを一覧表示します。
WindowsManagementAppHealthState を取得する windowsManagementAppHealthState windowsManagementAppHealthState オブジェクトのプロパティとリレーションシップを読み取る。
WindowsManagementAppHealthState の作成 windowsManagementAppHealthState 新しい windowsManagementAppHealthState オブジェクトを作成 します。
WindowsManagementAppHealthState の削除 なし windowsManagementAppHealthState を削除します
WindowsManagementAppHealthState の更新 windowsManagementAppHealthState windowsManagementAppHealthState オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String 管理アプリの正常性状態Windows一意識別子。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
healthState healthState Windowsアプリの正常性状態を確認します。 可能な値は、unknownhealthyunhealthy です。
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"
}