| title | cloudPcManagementGroupAssignmentTarget resource type |
|---|---|
| description | Complex type that represents the assignment target group. Base type: CloudPcManagementAssignmentTarget |
| author | AshleyYangSZ |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Complex type that represents the assignment target group. Inherits from cloudPcManagementAssignmentTarget.
| Property | Type | Description |
|---|---|---|
| groupId | String | The ID of the target group for the assignment. |
| servicePlanId | String | The unique identifier for the service plan that indicates which size of the Cloud PC to provision for the user. Use a null value, when the provisioningType is dedicated. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcManagementGroupAssignmentTarget",
"groupId": "String",
"servicePlanId": "String"
}