You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/cloudpc-get.md
+4-133Lines changed: 4 additions & 133 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ GET /deviceManagement/virtualEndpoint/cloudPCs/{id}
47
47
48
48
## Optional query parameters
49
49
50
-
This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
50
+
This method supports the `$select`[OData query parameter](/graph/query-parameters) to help customize the response.
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/40cee9d2-03fb-4066-8d35-dbdf2875c33f?$select=id,displayName,imageDisplayName,lastModifiedDateTime,lastRemoteActionResult,lastLoginResult,connectivityResult,allotmentDisplayName,deviceRegionName
184
+
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/40cee9d2-03fb-4066-8d35-dbdf2875c33f?$select=id,displayName,imageDisplayName,lastModifiedDateTime,lastRemoteActionResult,lastLoginResult,connectivityResult,allotmentDisplayName,deviceRegionName,productType
### Example 4: List Cloud PCs filtered by disaster recovery capability type
377
-
378
-
The following example shows how to list Cloud PCs filtered by disaster recovery capability type and select specific parameters.
379
-
380
-
#### Request
381
-
382
-
The following example shows a request.
383
-
384
-
# [HTTP](#tab/http)
385
-
<!-- {
386
-
"blockType": "request",
387
-
"name": "get_cloudpc_disasterrecoverycapability"
388
-
}
389
-
-->
390
-
```http
391
-
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs?$select=id,displayName,disasterRecoveryCapability&$filter=disasterRecoveryCapability/capabilityType eq 'failover'
Copy file name to clipboardExpand all lines: api-reference/beta/api/cloudpc-getprovisionedcloudpcs.md
+5-38Lines changed: 5 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -197,50 +197,15 @@ The following example shows how to get all provisioned Cloud PCs and use `$selec
197
197
198
198
The following example shows a request.
199
199
200
-
# [HTTP](#tab/http)
201
200
<!-- {
202
201
"blockType": "request",
203
202
"name": "cloudpc.getProvisionedCloudPCs_2"
204
203
}
205
204
-->
206
205
```http
207
-
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='30d0e128-de93-41dc-89ec-33d84bb662a0',servicePlanId='9ecf691d-8b82-46cb-b254-cd061b2c02fb')?$select=id,displayName,powerState,connectivityResult,lastLoginResult,lastRemoteActionResult,osVersion,provisioningPolicyName,userAccountType
206
+
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='30d0e128-de93-41dc-89ec-33d84bb662a0',servicePlanId='9ecf691d-8b82-46cb-b254-cd061b2c02fb')?$select=id,displayName,powerState,connectivityResult,lastLoginResult,lastRemoteActionResult,osVersion,provisioningPolicyName,userAccountType,productType
0 commit comments