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 | 不明なデバイスの数です。 |
リレーションシップ
なし
JSON 表記
以下は、リソースの JSON 表記です。
{
"@odata.type": "#microsoft.graph.deviceOperatingSystemSummary",
"androidCount": 1024,
"iosCount": 1024,
"macOSCount": 1024,
"windowsMobileCount": 1024,
"windowsCount": 1024,
"unknownCount": 1024
}
フィードバック
フィードバックの送信と表示