Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.79 KB

File metadata and controls

50 lines (37 loc) · 1.79 KB
title cloudPcOnPremisesConnectionStatusDetail resource type
description Represents the status details of a Cloud PC Azure network connection.
author AshleyYangSZ
ms.localizationpriority medium
ms.subservice cloud-pc
doc_type resourcePageType
ms.date 03/20/2024

cloudPcOnPremisesConnectionStatusDetail resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the status details of a cloudPcOnPremisesConnection.

[!INCLUDE on-premise-rename-note]

Properties

Property Type Description
endDateTime DateTimeOffset The end time of the connection health check. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
healthChecks cloudPcOnPremisesConnectionHealthCheck collection All checks that are done on the connection.
startDateTime DateTimeOffset The start time of the connection health check. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcOnPremisesConnectionStatusDetail",
  "endDateTime": "String (timestamp)",
  "healthChecks": [{ "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck" }],
  "startDateTime": "String (timestamp)"
}