Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update virtualendpoint-list-onpremisesconnections.md #9194

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand All @@ -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

Expand All @@ -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)
<!-- {
Expand Down Expand Up @@ -107,12 +108,13 @@ 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,
"@odata.type": "microsoft.graph.cloudPcOnPremisesConnection",
"isCollection": true
"@odata.type": "Collection(microsoft.graph.cloudPcOnPremisesConnection)"
}
-->

Expand Down
Loading