cloudPcBulkActionSummary-Ressourcentyp
Namespace: microsoft.graph
Wichtig
Die APIs unter der /beta
Version in Microsoft Graph können sich ändern. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt. Um festzustellen, ob eine API in v1.0 verfügbar ist, verwenden Sie die Version Selektor.
Stellt eine Ausführungszusammenfassung der Massenaktionen dar.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
failedCount | Int32 | Die Anzahl der Cloud-PCs, auf denen die Aktion fehlgeschlagen ist. |
inProgressCount | Int32 | Die Anzahl der Cloud-PCs, auf denen die Aktion ausgeführt wird. |
notSupportedCount | Int32 | Die Anzahl der Cloud-PCs, auf denen die Aktion nicht unterstützt wird. |
pendingCount | Int32 | Die Anzahl der Cloud-PCs, auf denen die Aktion aussteht. |
successfulCount | Int32 | Die Anzahl der Cloud-PCs, auf denen die Aktion erfolgreich war. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.cloudPcBulkActionSummary",
"failedCount": "Int32",
"inProgressCount": "Int32",
"notSupportedCount": "Int32",
"pendingCount": "Int32",
"successfulCount": "Int32"
}