Skip to content

Commit db385da

Browse files
authored
Merge pull request #26282 from microsoftgraph/zengyan/fixTypo
fix typo
2 parents 3f3a928 + f70a12f commit db385da

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

api-reference/beta/resources/cloudpcreports.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Use a method in the [Methods](#methods) section to get the corresponding report
2727
|[Get frontline report](../api/cloudpcreports-getfrontlinereport.md)|Stream| Get Frontline Cloud PC license usage reports, such as **servicePlanId**, **licenseCount**, and **claimedLicenseCount**, for real-time, 7 days, or 28 days trend.|
2828
|[Get inaccessible Cloud PC reports](../api/cloudpcreports-getinaccessiblecloudpcreports.md)|Stream|Get inaccessible Cloud PCs with details, including the latest health state, failed connection count, failed health check count, and system status.|
2929
|[Get raw remote connection reports](../api/cloudpcreports-getrawremoteconnectionreports.md)|Stream|Get the raw real-time remote connection report for a Cloud PC without any calculation or aggregation.|
30-
|[Get real time remote connection agency reports](../api/cloudpcreports-getrealtimeremoteconnectionlatency.md)|Stream|Get the real-time remote connection latency reports like current round trip time and available bandwidth of a Cloud PC.|
30+
|[Get real-time remote connection latency reports](../api/cloudpcreports-getrealtimeremoteconnectionlatency.md)|Stream|Get the real-time remote connection latency reports like current round trip time and available bandwidth of a Cloud PC.|
3131
|[Get real-time remote connection status reports](../api/cloudpcreports-getrealtimeremoteconnectionstatus.md)|Stream|Get the real-time remote connection status reports like sign-in status or days since the last use of a Cloud PC.|
32-
|[Get remove connection hitorical reports](../api/cloudpcreports-getremoteconnectionhistoricalreports.md)|Stream|Get a Cloud PC's remote connection historical reports, such as **signInDateTime**, **signOutDateTime**, or **usageInHour**, in a given period.|
32+
|[Get remote connection historical reports](../api/cloudpcreports-getremoteconnectionhistoricalreports.md)|Stream|Get a Cloud PC's remote connection historical reports, such as **signInDateTime**, **signOutDateTime**, or **usageInHour**, in a given period.|
3333
|[Get total aggregated remote connection reports](../api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md)|Stream|Get the total aggregated remote connection reports, like usage and **daysSinceLastUse**, in a given period.|
3434
|[Retrieve Cloud PC tenant metrics report](../api/cloudpcreports-retrievecloudpctenantmetricsreport.md)|Stream|Get a report related to the performance of Cloud PCs.|
3535
|[Retrieve cross-region disaster recovery report](../api/cloudpcreports-retrievecrossregiondisasterrecoveryreport.md)|Stream| Retrieve the Windows 365 cross-region disaster recovery report with configuration health check results, disaster recovery status, latest cross-region restore points, and user settings.|
@@ -40,6 +40,7 @@ Use a method in the [Methods](#methods) section to get the corresponding report
4040
|[Get shared use license usage report (deprecated)](../api/cloudpcreports-getshareduselicenseusagereport.md) |Stream| Get the shared use license usage reports, such as **servicePlanId**, **licenseCount**, and **claimedLicenseCount**, for real-time, 7 days, or 28 days trend.|
4141

4242
## Properties
43+
4344
|Property|Type|Description|
4445
|:---|:---|:---|
4546
|id|String|The unique identifier for the reports. Read-only. |
@@ -53,11 +54,13 @@ Use a method in the [Methods](#methods) section to get the corresponding report
5354
| cloudPcInsightReport | Indicates Cloud PC-level configuration data with insights. |
5455

5556
## Relationships
57+
5658
|Relationship|Type|Description|
5759
|:---|:---|:---|
5860
|exportJobs|[cloudPcExportJob](../resources/cloudpcexportjob.md) collection|The export jobs created for downloading reports.|
5961

6062
## JSON representation
63+
6164
The following JSON representation shows the resource type.
6265
<!-- {
6366
"blockType": "resource",

api-reference/beta/toc/device-and-app-management/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,11 @@ items:
286286
href: ../../api/cloudpcreports-getinaccessiblecloudpcreports.md
287287
- name: Get raw remote connection reports
288288
href: ../../api/cloudpcreports-getrawremoteconnectionreports.md
289-
- name: Get real time remote connection agency reports
289+
- name: Get real-time remote connection latency reports
290290
href: ../../api/cloudpcreports-getrealtimeremoteconnectionlatency.md
291291
- name: Get real-time remote connection status reports
292292
href: ../../api/cloudpcreports-getrealtimeremoteconnectionstatus.md
293-
- name: Get remove connection hitorical reports
293+
- name: Get remote connection historical reports
294294
href: ../../api/cloudpcreports-getremoteconnectionhistoricalreports.md
295295
- name: Get total aggregated remote connection reports
296296
href: ../../api/cloudpcreports-gettotalaggregatedremoteconnectionreports.md

0 commit comments

Comments
 (0)