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-post-onpremisesconnections.md #9193

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
@@ -1,6 +1,6 @@
---
title: "Create cloudPcOnPremisesConnection"
description: "Create an Azure network connection for provisioning Cloud PCs."
description: "Create a new cloudPcOnPremisesConnection object for provisioning Cloud PCs."
author: "Emma0727"
ms.localizationpriority: medium
ms.prod: "cloud-pc"
Expand Down Expand Up @@ -52,15 +52,15 @@ The following table lists the properties that are required when you create the [

|Property|Type|Description|
|:---|:---|:---|
|displayName|String|The display name for the Azure network connection.|
|type|cloudPcOnPremisesConnectionType|Specifies how the provisioned Cloud PC will be joined to Microsoft Entra ID. Default value is `hybridAzureADJoin`. Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.|
|subscriptionId|String|The ID of the target Azure subscription that’s associated with your tenant.|
|adDomainName|String|The fully qualified domain name (FQDN) of the Active Directory domain you want to join.|
|adDomainPassword|String|The password associated with **adDomainUsername**.|
|adDomainUsername|String|The username of an Active Directory account (user or service account) that has permissions to create computer objects in Active Directory. Required format: admin@contoso.com.|
|adDomainPassword|String|The password associated with adDomainUsername.|
|displayName|String|The display name for the Azure network connection.|
|resourceGroupId|String|The ID of the target resource group. Required format: "/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}".|
|virtualNetworkId|String|The ID of the target virtual network. Required format: "/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}".|
|subnetId|String|The ID of the target subnet. Required format: "/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkId}/subnets/{subnetName}".|
|subscriptionId|String|The ID of the target Azure subscription that’s associated with your tenant.|
|virtualNetworkId|String|The ID of the target virtual network. Required format: "/subscriptions/{subscription-id}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}".|
|type|cloudPcOnPremisesConnectionType|Specifies how the provisioned Cloud PC joins to Microsoft Entra ID. The default value is `hybridAzureADJoin`. Possible values are: `azureADJoin`, `hybridAzureADJoin`, `unknownFutureValue`.|

## Response

Expand All @@ -70,7 +70,7 @@ If successful, this method returns a `201 Created` response code and a [cloudPcO

### Request

The following is an example of a request.
The following example shows a request.

# [HTTP](#tab/http)
<!-- {
Expand Down
Loading