userExperienceAnalyticsWorkFromAnywhereDevicesSummary-Ressourcentyp

Namespace: microsoft.graph

Wichtig: Microsoft Graph APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.

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

Zusammenfassung der User Experience Analytics Work From Anywhere-Metrikengeräte.

Eigenschaften

Eigenschaft Typ Beschreibung
autopilotDevicesSummary userExperienceAnalyticsAutopilotDevicesSummary Der Wert der Arbeit von überall aus Autopilot-Gerätezusammenfassung.
cloudManagementDevicesSummary userExperienceAnalyticsCloudManagementDevicesSummary Die Benutzererfahrung funktioniert von überall aus, wo Cloud-Verwaltungsgeräte zusammengefasst sind.
windows10DevicesSummary userExperienceAnalyticsWindows10DevicesSummary Die Benutzeroberflächenanalyse funktioniert von überall aus Windows 10 Gerätezusammenfassung.
cloudIdentityDevicesSummary userExperienceAnalyticsCloudIdentityDevicesSummary Die Analyse der Benutzerfreundlichkeit funktioniert von überall aus, wo Cloud Identity-Geräte zusammengefasst sind.
totalDevices Int32 Die Gesamtzahl der Geräte. Gültige Werte – 2147483648 2147483647
coManagedDevices Int32 Gesamtzahl der gemeinsam verwalteten Geräte. Gültige Werte – 2147483648 2147483647
intuneDevices Int32 Die Anzahl der Intune-Geräte, die nicht autopilot registriert sind. Gültige Werte – 2147483648 2147483647
tenantAttachDevices Int32 Gesamtanzahl der Mandantenanfügungsgeräte. Gültige Werte – 2147483648 2147483647
windows10Devices Int32 Die Anzahl der Windows 10-Geräte. Gültige Werte – 2147483648 2147483647
windows10DevicesWithoutTenantAttach Int32 Die Anzahl der Windows 10-Geräte, die Intune und Comanaged sind. Gültige Werte – 2147483648 2147483647
unsupportedOSversionDevices Int32 Die Anzahl der Windows 10 Geräte mit nicht unterstützten Betriebssystemversionen. Gültige Werte – 2147483648 2147483647
devicesWithoutCloudIdentity Int32 Die Anzahl der Geräte, die keine Cloudidentität sind. Gültige Werte – 2147483648 2147483647
devicesNotAutopilotRegistered Int32 Die Anzahl der Intune-Geräte, die nicht autopilot registriert sind. Gültige Werte – 2147483648 2147483647
devicesWithoutAutopilotProfileAssigned Int32 Die Anzahl der Intune-Geräte, die nicht dem Autopilot-Profil zugewiesen sind. Gültige Werte – 2147483648 2147483647

Beziehungen

Keine

JSON-Darstellung

Es folgt eine JSON-Darstellung der Ressource.

{
  "@odata.type": "#microsoft.graph.userExperienceAnalyticsWorkFromAnywhereDevicesSummary",
  "autopilotDevicesSummary": {
    "@odata.type": "microsoft.graph.userExperienceAnalyticsAutopilotDevicesSummary",
    "devicesNotAutopilotRegistered": 1024,
    "devicesWithoutAutopilotProfileAssigned": 1024,
    "totalWindows10DevicesWithoutTenantAttached": 1024
  },
  "cloudManagementDevicesSummary": {
    "@odata.type": "microsoft.graph.userExperienceAnalyticsCloudManagementDevicesSummary",
    "coManagedDeviceCount": 1024,
    "intuneDeviceCount": 1024,
    "tenantAttachDeviceCount": 1024
  },
  "windows10DevicesSummary": {
    "@odata.type": "microsoft.graph.userExperienceAnalyticsWindows10DevicesSummary",
    "unsupportedOSversionDeviceCount": 1024
  },
  "cloudIdentityDevicesSummary": {
    "@odata.type": "microsoft.graph.userExperienceAnalyticsCloudIdentityDevicesSummary",
    "deviceWithoutCloudIdentityCount": 1024
  },
  "totalDevices": 1024,
  "coManagedDevices": 1024,
  "intuneDevices": 1024,
  "tenantAttachDevices": 1024,
  "windows10Devices": 1024,
  "windows10DevicesWithoutTenantAttach": 1024,
  "unsupportedOSversionDevices": 1024,
  "devicesWithoutCloudIdentity": 1024,
  "devicesNotAutopilotRegistered": 1024,
  "devicesWithoutAutopilotProfileAssigned": 1024
}