From 34ad10ec5ef8a120aa665b73183f32fe5191ec0a Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Thu, 29 Feb 2024 20:30:21 +0100 Subject: [PATCH] Update virtualendpoint-list-onpremisesconnections.md Applied standards to API topic. --- .../virtualendpoint-list-onpremisesconnections.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/api-reference/beta/api/virtualendpoint-list-onpremisesconnections.md b/api-reference/beta/api/virtualendpoint-list-onpremisesconnections.md index 62bb7a89d5b..90c2417247f 100644 --- a/api-reference/beta/api/virtualendpoint-list-onpremisesconnections.md +++ b/api-reference/beta/api/virtualendpoint-list-onpremisesconnections.md @@ -13,7 +13,7 @@ Namespace: microsoft.graph [!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] -List properties and relationships of the [cloudPcOnPremisesConnection](../resources/cloudpconpremisesconnection.md) objects. +Get a list of the [cloudPcOnPremisesConnection](../resources/cloudpconpremisesconnection.md) objects and their properties. [!INCLUDE [on-premise-rename-note](../../includes/on-premise-rename-note.md)] @@ -39,7 +39,7 @@ GET /deviceManagement/virtualEndpoint/onPremisesConnections ## Optional query parameters -This method supports `$select` and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). +This method supports the `$select` and `$filter` OData query parameters to help customize the response. For general information, see [OData query parameters](/graph/query-parameters). ## Request headers @@ -59,6 +59,7 @@ If successful, this method returns a `200 OK` response code and a collection of ### Request +The following example shows a request. # [HTTP](#tab/http)