deviceOperatingSystemSummary リソースの種類
名前空間: microsoft.graph
注:Intune 用 Microsoft Graph API には、テナントの有効な Intune ライセンスが必要です。
デバイスのオペレーティング システムの要約です。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
androidCount | Int32 | Android デバイスの数です。 |
iosCount | Int32 | iOS デバイスの数です。 |
macOSCount | Int32 | Mac OS X デバイスの数です。 |
windowsMobileCount | Int32 | Windows Mobile デバイスの数です。 |
windowsCount | Int32 | Windows デバイスの数です。 |
unknownCount | Int32 | 不明なデバイスの数です。 |
androidDedicatedCount | Int32 | 専用 Android デバイスの数。 |
androidDeviceAdminCount | Int32 | デバイス管理者 Android デバイスの数。 |
androidFullyManagedCount | Int32 | フル マネージド Android デバイスの数。 |
androidWorkProfileCount | Int32 | 仕事用プロファイル Android デバイスの数。 |
androidCorporateWorkProfileCount | Int32 | 会社の仕事用プロファイル Android デバイスの数。 企業所有の個人所有 (COPE) とも呼ばれます。 有効な値 -1 ~ 2147483647 |
configMgrDeviceCount | Int32 | ConfigMgrマネージド デバイスの数。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceOperatingSystemSummary",
"androidCount": 1024,
"iosCount": 1024,
"macOSCount": 1024,
"windowsMobileCount": 1024,
"windowsCount": 1024,
"unknownCount": 1024,
"androidDedicatedCount": 1024,
"androidDeviceAdminCount": 1024,
"androidFullyManagedCount": 1024,
"androidWorkProfileCount": 1024,
"androidCorporateWorkProfileCount": 1024,
"configMgrDeviceCount": 1024
}