comanagedDevicesSummary リソースの種類

名前空間: microsoft.graph

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

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

共同管理デバイスの概要データ

プロパティ

プロパティ 説明
inventoryCount Int32 インベントリが振り越されたデバイスの数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
compliancePolicyCount Int32 CompliancePolicy がスウンオーバーしたデバイスの数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
resourceAccessCount Int32 ResourceAccess がスウンオーバーされたデバイスの数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
configurationSettingsCount Int32 ConfigurationSettings がスウンオーバーしたデバイスの数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
windowsUpdateForBusinessCount Int32 WindowsUpdateForBusiness がスウンオーバーしたデバイスの数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
endpointProtectionCount Int32 EndpointProtection がスウンオーバーされたデバイスの数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
modernAppsCount Int32 ModernApps がスウンオーバーしたデバイスの数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
officeAppsCount Int32 OfficeApps がスウンオーバーされたデバイスの数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。
totalComanagedCount Int32 デバイスCo-Managed数。 このプロパティに値を設定するには、 SetExtrusionDirection メソッドを適用します。

リレーションシップ

なし

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.comanagedDevicesSummary",
  "inventoryCount": 1024,
  "compliancePolicyCount": 1024,
  "resourceAccessCount": 1024,
  "configurationSettingsCount": 1024,
  "windowsUpdateForBusinessCount": 1024,
  "endpointProtectionCount": 1024,
  "modernAppsCount": 1024,
  "officeAppsCount": 1024,
  "totalComanagedCount": 1024
}