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 health details for all peripheral devices attached to a Microsoft Teams-enabled device.
Properties
| Property | Type | Description |
|---|---|---|
| communicationSpeakerHealth | teamworkPeripheralHealth | The health details about the communication speaker. |
| contentCameraHealth | teamworkPeripheralHealth | The health details about the content camera. |
| displayHealthCollection | teamworkPeripheralHealth collection | The health details about displays. |
| microphoneHealth | teamworkPeripheralHealth | The health details about the microphone. |
| roomCameraHealth | teamworkPeripheralHealth | The health details about the room camera. |
| speakerHealth | teamworkPeripheralHealth | The health details about the speaker. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkPeripheralsHealth",
"communicationSpeakerHealth": {
"@odata.type": "microsoft.graph.teamworkPeripheralHealth"
},
"contentCameraHealth": {
"@odata.type": "microsoft.graph.teamworkPeripheralHealth"
},
"displayHealthCollection": [
{
"@odata.type": "microsoft.graph.teamworkPeripheralHealth"
}
],
"microphoneHealth": {
"@odata.type": "microsoft.graph.teamworkPeripheralHealth"
},
"roomCameraHealth": {
"@odata.type": "microsoft.graph.teamworkPeripheralHealth"
},
"speakerHealth": {
"@odata.type": "microsoft.graph.teamworkPeripheralHealth"
}
}