Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.36 KB

File metadata and controls

47 lines (36 loc) · 1.36 KB
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

cloudPcManagementGroupAssignmentTarget resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Complex type that represents the 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"
}