Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the details about the software updates available for different components, such as admin agent, company portal, firmware, operating system, partner agent, and Microsoft Teams client, in a Microsoft Teams-enabled device.
Properties
| Property | Type | Description |
|---|---|---|
| adminAgentSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the admin agent. |
| companyPortalSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the company portal. |
| firmwareSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the firmware. |
| operatingSystemSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the operating system. |
| partnerAgentSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the partner agent. |
| teamsClientSoftwareUpdateStatus | teamworkSoftwareUpdateStatus | The software update available for the Teams client. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@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"
}
}