teamworkSoftwareUpdateHealth-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 die Details zu den Softwareupdates dar, die für verschiedene Komponenten wie Administrator-Agent, Unternehmensportal, Firmware, Betriebssystem, Partner-Agent und Microsoft Teams-Client auf einem Gerät mit Microsoft Teams-Unterstützung verfügbar sind.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
adminAgentSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | Das für den Administrator-Agent verfügbare Softwareupdate. |
companyPortalSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | Das für das Unternehmensportal verfügbare Softwareupdate. |
firmwareSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | Das für die Firmware verfügbare Softwareupdate. |
operatingSystemSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | Das für das Betriebssystem verfügbare Softwareupdate. |
partnerAgentSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | Das für den Partner-Agent verfügbare Softwareupdate. |
teamsClientSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | Das für den Teams-Client verfügbare Softwareupdate. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung veranschaulicht den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.teamworkSoftwareUpdateHealth",
"adminAgentSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"companyPortalSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"firmwareSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"operatingSystemSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"partnerAgentSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
},
"teamsClientSoftwareUpdateStatus": {
"@odata.type": "microsoft.graph.teamworkSoftwareUpdateStatus"
}
}