deviceOperatingSystemSummary リソースの種類
名前空間: microsoft.graph
重要: Microsoft Graph /beta バージョンの API は変更される場合があります。実稼働での使用はサポートされていません。
注: 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 管理対象デバイスの数。 |
| aospUserlessCount | Int32 | AOSP ユーザーレス Android デバイスの数。 有効な値 0 ~ 2147483647 |
| aospUserAssociatedCount | Int32 | AOSP ユーザー関連の Android デバイスの数。 有効な値 0 ~ 2147483647 |
| linuxCount | Int32 | Linux OS デバイスの数。 有効な値 0 ~ 2147483647 |
| chromeOSCount | Int32 | Chrome OS デバイスの数。 有効な値 0 ~ 2147483647 |
リレーションシップ
なし
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,
"aospUserlessCount": 1024,
"aospUserAssociatedCount": 1024,
"linuxCount": 1024,
"chromeOSCount": 1024
}
フィードバック
フィードバックの送信と表示