deviceConfigurationDeviceStateSummary-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph-APIs unter der /beta-Version können sich ändern. Die Verwendung in der Produktion wird nicht unterstützt.

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

Methoden

Methode Rückgabetyp Beschreibung
deviceConfigurationDeviceStateSummary abrufen deviceConfigurationDeviceStateSummary Lesen von Eigenschaften und Beziehungen des deviceConfigurationDeviceStateSummary-Objekts.
deviceConfigurationDeviceStateSummary aktualisieren deviceConfigurationDeviceStateSummary Aktualisieren der Eigenschaften eines deviceConfigurationDeviceStateSummary-Objekts.

Eigenschaften

Eigenschaft Typ Beschreibung
id String Schlüssel der Entität
unknownDeviceCount Int32 Anzahl der unbekannten Geräte
notApplicableDeviceCount Int32 Anzahl der ausgenommenen Geräte
compliantDeviceCount Int32 Anzahl der konformen Geräte
remediatedDeviceCount Int32 Anzahl der korrigierten Geräte
nonCompliantDeviceCount Int32 Anzahl der nicht konformen Geräte
errorDeviceCount Int32 Anzahl der fehlerhaften Geräte
conflictDeviceCount Int32 Anzahl der Geräte mit Konflikten

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.deviceConfigurationDeviceStateSummary",
  "id": "String (identifier)",
  "unknownDeviceCount": 1024,
  "notApplicableDeviceCount": 1024,
  "compliantDeviceCount": 1024,
  "remediatedDeviceCount": 1024,
  "nonCompliantDeviceCount": 1024,
  "errorDeviceCount": 1024,
  "conflictDeviceCount": 1024
}