deviceOperatingSystemSummary-Ressourcentyp

Namespace: microsoft.graph

Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.

Betriebssystem des Geräts – Zusammenfassung.

Eigenschaften

Eigenschaft Typ Beschreibung
androidCount Int32 Anzahl der Android-Geräte.
iosCount Int32 Anzahl der iOS-Geräte.
macOSCount Int32 Anzahl der Mac OS X-Geräte.
windowsMobileCount Int32 Anzahl der Windows Mobile-Geräte.
windowsCount Int32 Anzahl der Windows-Geräte.
unknownCount Int32 Anzahl von unbekannten Geräten.

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.deviceOperatingSystemSummary",
  "androidCount": 1024,
  "iosCount": 1024,
  "macOSCount": 1024,
  "windowsMobileCount": 1024,
  "windowsCount": 1024,
  "unknownCount": 1024
}