| title | cloudPcOnPremisesConnectionStatusDetails resource type (deprecated) |
|---|---|
| description | 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/08/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Caution
The cloudPcOnPremisesConnectionStatusDetails resource is deprecated and stopped returning data on January 31, 2024. Going forward, use the cloudPcOnPremisesConnectionStatusDetail resource.
The status details of a cloudPcOnPremisesConnection.
[!INCLUDE on-premise-rename-note]
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcOnPremisesConnectionStatusDetails",
"endDateTime": "String (timestamp)",
"healthChecks": [{ "@odata.type": "microsoft.graph.cloudPcOnPremisesConnectionHealthCheck" }],
"startDateTime": "String (timestamp)"
}