cloudPcConnection resource type

Namespace: microsoft.graph.managedTenants

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 a cloud PC connection for a given managed tenant.

Methods

Method Return type Description
List cloudPcConnections microsoft.graph.managedTenants.cloudPcConnection collection Get a list of the cloudPcConnection objects and their properties.
Get cloudPcConnection microsoft.graph.managedTenants.cloudPcConnection Read the properties and relationships of a cloudPcConnection object.

Properties

Property Type Description
displayName String The display name of the cloud PC connection. Required. Read-only.
healthCheckStatus String The health status of the cloud PC connection. Possible values are: pending, running, passed, failed, unknownFutureValue. Required. Read-only.
id String The unique identifier for the cloud PC connection. Required. Read-only.
lastRefreshedDateTime DateTimeOffset Date and time the entity was last updated in the multi-tenant management platform. Required. Read-only.
tenantDisplayName String The display name for the managed tenant. Required. Read-only.
tenantId String The Microsoft Entra tenant identifier for the managed tenant. Required. Read-only.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.managedTenants.cloudPcConnection",
  "id": "String (identifier)",
  "displayName": "String",
  "tenantId": "String",
  "tenantDisplayName": "String",
  "healthCheckStatus": "String",
  "lastRefreshedDateTime": "String (timestamp)"
}