| title | cloudPcConnectivityResult resource type |
|---|---|
| description | Represents the details of the Cloud PC connectivity status. |
| author | yayang3 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 06/20/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details of the Cloud PC connectivity status, including whether the Cloud PC is available, and if not, the failed health check items.
| Property | Type | Description |
|---|---|---|
| failedHealthCheckItems | cloudPcHealthCheckItem collection | A list of failed health check items. If the status property is available, this property is empty. |
| status | cloudPcConnectivityStatus | Connectivity status of the Cloud PC. The possible values are: unknown, available, availableWithWarning, unavailable, unknownFutureValue, underServiceMaintenance, inUse. Use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: underServiceMaintenance, inUse. |
| updatedDateTime (deprecated) | string | Datetime when the status was updated. This property is deprecated and will no longer be supported effective August 31, 2024. Use lastModifiedDateTime instead. Read-Only. |
| lastModifiedDateTime | string | The last modified time for connectivity status of the Cloud PC. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: 2014-01-01T00:00:00Z. |
| Member | Description |
|---|---|
| unknown | Default. Indicates that the Cloud PC connectivity status is unknown. |
| available | Indicates that the Cloud PC is able to be connected. |
| availableWithWarning | Indicates that the Cloud PC is able to be connected but warnings exist. |
| unavailable | Indicates that the Cloud PC is unable to be connected. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
| underServiceMaintenance | Indicates that the Cloud PC is temporarily unavailable for service-initiated maintenance. |
| inUse | Indicates that the Cloud PC is currently in use by a user. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcConnectivityResult",
"failedHealthCheckItems": "String",
"status": "String",
"updatedDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)"
}