windowsManagementAppHealthState リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

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

メソッド

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

プロパティ

プロパティ 説明
id String Windows 管理アプリの正常性状態の一意識別子。 このプロパティは読み取り専用です。
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"
}