Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.46 KB

cloudpchealthcheckitem.md

File metadata and controls

44 lines (37 loc) · 1.46 KB
title description author ms.localizationpriority ms.subservice doc_type
cloudPcHealthCheckItem resource type
Represents the details of the Cloud PC connectivity health check item.
yayang3
medium
cloud-pc
resourcePageType

cloudPcHealthCheckItem resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the details of the Cloud PC connectivity health check item.

Properties

Property Type Description
additionalDetails string Additional message for this health check.
displayName string The connectivity health check item name.
lastHealthCheckDateTime DateTimeOffset Timestamp when the last check occurs. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as 2014-01-01T00:00:00Z.
result cloudPcConnectivityEventResult The result of this health check item. Possible values are: unknown, success, failure.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.cloudPcHealthCheckItem",
  "additionalDetails": "String",
  "displayName": "String",
  "lastHealthCheckDateTime": "String (timestamp)",
  "result": "String"
}