teamworkPeripheralsHealth-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 Integritätsdetails für alle Peripheriegeräte dar, die an ein Microsoft Teams-fähiges Gerät angeschlossen sind.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
communicationSpeakerHealth | teamworkPeripheralHealth | Die Integritätsdetails zum Kommunikationssprecher. |
contentCameraHealth | teamworkPeripheralHealth | Die Integritätsdetails zur Inhaltskamera. |
displayHealthCollection | teamworkPeripheralHealth-Sammlung | Die Integritätsdetails zu anzeigen. |
microphoneHealth | teamworkPeripheralHealth | Die Integritätsdetails zum Mikrofon. |
roomCameraHealth | teamworkPeripheralHealth | Die Integritätsdetails der Raumkamera. |
speakerHealth | teamworkPeripheralHealth | Die Integritätsdetails zum Sprecher. |
Beziehungen
Keine.
JSON-Darstellung
Die folgende JSON-Darstellung veranschaulicht den Ressourcentyp.
{
"@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"
}
}