teamworkMicrophoneConfiguration-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 zur Mikrofonkonfiguration für ein Microsoft Teams-Räume-Gerät dar.
Eigenschaften
Eigenschaft | Typ | Beschreibung |
---|---|---|
isMicrophoneOptional | Boolesch |
True , wenn das konfigurierte Mikrofon optional ist.
False , wenn das Mikrofon nicht optional ist und der Integritätszustand des Geräts berechnet werden soll. |
Beziehungen
Beziehung | Typ | Beschreibung |
---|---|---|
defaultMicrophone | teamworkPeripheral | Informationen zum Standardmikrofon. |
Mikrofone | teamworkPeripherale Sammlung | Eine Sammlung von Mikrofonen. |
JSON-Darstellung
Die folgende JSON-Darstellung zeigt den Ressourcentyp.
{
"@odata.type": "#microsoft.graph.teamworkMicrophoneConfiguration",
"isMicrophoneOptional": "Boolean"
}