managedDeviceMobileAppConfigurationDeviceSummary リソースの種類

名前空間: microsoft.graph

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

MDM モバイル アプリ構成のデバイス状態の要約に関する、プロパティ、継承済みのプロパティ、アクションが含まれています。

メソッド

メソッド 戻り値の型 説明
Get managedDeviceMobileAppConfigurationDeviceSummary managedDeviceMobileAppConfigurationDeviceSummary managedDeviceMobileAppConfigurationDeviceSummary オブジェクトのプロパティとリレーションシップを読み取ります。
Update managedDeviceMobileAppConfigurationDeviceSummary managedDeviceMobileAppConfigurationDeviceSummary managedDeviceMobileAppConfigurationDeviceSummary オブジェクトのプロパティを更新します。

プロパティ

プロパティ 説明
id String エンティティのキー。
pendingCount Int32 保留中のデバイスの数
notApplicableCount Int32 該当しないデバイスの数
successCount Int32 成功したデバイスの数
errorCount Int32 エラー デバイスの数
failedCount Int32 失敗したデバイスの数
lastUpdateDateTime DateTimeOffset 最終更新時刻
configurationVersion Int32 対象の概要に関するポリシーのバージョン

リレーションシップ

なし

JSON 表記

以下は、リソースの JSON 表記です。

{
  "@odata.type": "#microsoft.graph.managedDeviceMobileAppConfigurationDeviceSummary",
  "id": "String (identifier)",
  "pendingCount": 1024,
  "notApplicableCount": 1024,
  "successCount": 1024,
  "errorCount": 1024,
  "failedCount": 1024,
  "lastUpdateDateTime": "String (timestamp)",
  "configurationVersion": 1024
}