Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.33 KB

File metadata and controls

47 lines (38 loc) · 1.33 KB
title teamworkHardwareHealth resource type
description Represents the details about the hardware health of a Microsoft Teams-enabled device.
author adsrivastava2
ms.localizationpriority medium
ms.subservice teams
doc_type resourcePageType
ms.date 07/22/2024

teamworkHardwareHealth resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details about the hardware health of a Microsoft Teams-enabled device.

Properties

Property Type Description
computeHealth teamworkPeripheralHealth The system health details for a teamworkDevice.
hdmiIngestHealth teamworkPeripheralHealth The health details about the HDMI ingest of a device.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.teamworkHardwareHealth",
  "computeHealth": {
    "@odata.type": "microsoft.graph.teamworkPeripheralHealth"
  },
  "hdmiIngestHealth": {
    "@odata.type": "microsoft.graph.teamworkPeripheralHealth"
  }
}