cloudPcConnectivityResult resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents the details of the Cloud PC connectivity status, including whether the Cloud PC is available, and if not, the failed health check items.

Properties

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. Possible values are: unknown, available, availableWithWarning, unavailable, and unknownFutureValue.
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.

cloudPcConnectivityStatus values

Member Value Description
unknown 0 The Cloud PC connectivity status is unknown.
available 1 The Cloud PC is able to be connected.
availableWithWarning 2 The Cloud PC is able to be connected but there are warnings.
unavailable 3 The Cloud PC is unable to be connected.
unknownFutureValue 999 Evolvable enumeration sentinel value. Don't use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcConnectivityResult",
  "failedHealthCheckItems": "String",
  "status": "String",
  "updatedDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)"
}