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 a peripheral device attached to a Microsoft Teams-enabled device.
Properties
| Property | Type | Description |
|---|---|---|
| connection | teamworkConnection | The connected state and time since the peripheral device was connected. |
| isOptional | Boolean | True if the peripheral is optional. Used for health computation. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| peripheral | teamworkPeripheral | Information about the peripheral device. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkPeripheralHealth",
"connection": {
"@odata.type": "microsoft.graph.teamworkConnection"
},
"isOptional": "Boolean"
}