Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents an assignment target group.
Inherits from cloudPcManagementAssignmentTarget.
Properties
| 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 nullvalue, when the provisioningType isdedicated. | 
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
  "@odata.type": "#microsoft.graph.cloudPcManagementGroupAssignmentTarget",
  "groupId": "String",
  "servicePlanId": "String"
}