userExperienceAnalyticsWorkFromAnywhereDevicesSummary リソースの種類

名前空間: microsoft.graph

大事な: /beta バージョンの Microsoft Graph API は変更される可能性があります。運用環境での使用はサポートされていません。

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

ユーザー エクスペリエンス分析 Work From Anywhere メトリック デバイスの概要。

プロパティ

プロパティ 説明
autopilotDevicesSummary userExperienceAnalyticsAutopilotDevicesSummary ユーザー エクスペリエンス分析は、どこでも Autopilot デバイスの概要から機能します。 読み取り専用です。
cloudManagementDevicesSummary userExperienceAnalyticsCloudManagementDevicesSummary ユーザー エクスペリエンス分析は、どこからでも動作するクラウド管理デバイスの概要です。 読み取り専用です。
windows10DevicesSummary userExperienceAnalyticsWindows10DevicesSummary ユーザー エクスペリエンス分析は、デバイスの概要Windows 10どこからでも機能します。 読み取り専用です。
cloudIdentityDevicesSummary userExperienceAnalyticsCloudIdentityDevicesSummary ユーザー エクスペリエンス分析は、どこからでもクラウド ID デバイスの概要から機能します。 読み取り専用です。
totalDevices Int32 デバイスの合計数。 読み取り専用です。 有効な値 - 2147483647に2147483648
coManagedDevices Int32 共同管理デバイスの合計数。 読み取り専用です。 有効な値 - 2147483647に2147483648
intuneDevices Int32 autopilot が登録されていない intune デバイスの数。 読み取り専用。 有効な値 - 2147483647に2147483648
tenantAttachDevices Int32 テナント接続デバイスの合計数。 読み取り専用。 有効な値 - 2147483647に2147483648
windows10Devices Int32 Windows 10 デバイスの数。 読み取り専用。 有効な値 - 2147483647に2147483648
windows10DevicesWithoutTenantAttach Int32 Intuneおよび共同管理されている Windows 10 デバイスの数。 読み取り専用。 有効な値 - 2147483647に2147483648
unsupportedOSversionDevices Int32 サポートされていない OS バージョンを持つWindows 10デバイスの数。 読み取り専用。 有効な値 - 2147483647に2147483648
devicesWithoutCloudIdentity Int32 クラウド ID ではないデバイスの数。 読み取り専用。 有効な値 - 2147483647に2147483648
devicesNotAutopilotRegistered Int32 autopilot が登録されていない intune デバイスの数。 読み取り専用。 有効な値 - 2147483647に2147483648
devicesWithoutAutopilotProfileAssigned Int32 自動パイロット プロファイルが割り当てられない Intune デバイスの数。 読み取り専用。 有効な値 - 2147483647に2147483648

リレーションシップ

なし

JSON 表記

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

{
  "@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
}