cloudPcManagementGroupAssignmentTarget resource type

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 null value, when the provisioningType is dedicated.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.cloudPcManagementGroupAssignmentTarget",
  "groupId": "String",
  "servicePlanId": "String"
}