Skip to content

Commit

Permalink
Merge pull request #9195 from JarbasHorst/patch-63
Browse files Browse the repository at this point in the history
Update cloudpconpremisesconnection-get.md
  • Loading branch information
Lauragra authored Mar 1, 2024
2 parents 2bfbd78 + 47518d1 commit 2a13dff
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions api-reference/beta/api/cloudpconpremisesconnection-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GET /deviceManagement/virtualEndpoint/onPremisesConnections/{id}

## Optional query parameters

This method supports `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).

## Request headers

Expand All @@ -61,6 +61,7 @@ If successful, this method returns a `200 OK` response code and a [cloudPcOnPrem

#### Request

The following example shows a request.

# [HTTP](#tab/http)
<!-- {
Expand Down Expand Up @@ -109,7 +110,9 @@ GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/onPremises

#### Response

**Note:** The response object shown here might be shortened for readability.
The following example shows the response.

>**Note:** The response object shown here might be shortened for readability.
<!-- {
"blockType": "response",
"truncated": true,
Expand Down Expand Up @@ -144,6 +147,7 @@ Content-Type: application/json

#### Request

The following example shows a request.

# [HTTP](#tab/http)
<!-- {
Expand Down Expand Up @@ -192,7 +196,9 @@ GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/onPremises

#### Response

**Note:** The response object shown here might be shortened for readability.
The following example shows the response.

>**Note:** The response object shown here might be shortened for readability.
<!-- {
"blockType": "response",
"truncated": true,
Expand Down

0 comments on commit 2a13dff

Please sign in to comment.