| title | cloudPcServicePlan resource type |
|---|---|
| description | Represents a Windows 365 service plan that can be purchased and configured for a Cloud PC. |
| author | RuiHou105 |
| ms.localizationpriority | medium |
| ms.subservice | cloud-pc |
| doc_type | resourcePageType |
| ms.date | 05/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a Windows 365 service plan that can be purchased and configured for a Cloud PC.
For examples of currently available service plans, see Windows 365 compare plans and pricing. Currently, the Microsoft Graph API is available for Windows 365 Enterprise.
| Method | Return type | Description |
|---|---|---|
| List | cloudPcServicePlan collection | List the currently available service plans that the organization can purchase for the Cloud PCs. |
| Property | Type | Description |
|---|---|---|
| displayName | String | The name for the service plan. Read-only. |
| id | String | Unique identifier for the service plan. Read-only. |
| provisioningType | cloudPcProvisioningType | Specifies the type of license used when provisioning Cloud PCs. By default, the license type is dedicated. The possible values are: dedicated, shared, unknownFutureValue, sharedByUser, sharedByEntraGroup, reserve. Use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser, sharedByEntraGroup, reserve. The shared member is deprecated and will stop returning on April 30, 2027; going forward, use the sharedByUser member. |
| ramInGB | Int32 | The size of the RAM in GB. Read-only. |
| supportedSolution | cloudPcManagementService | The supported service or solution for the region. The possible values are: windows365, devBox, rpaBox, microsoft365Opal, microsoft365BizChat, unknownFutureValue. Read-only. |
| storageInGB | Int32 | The size of the OS Disk in GB. Read-only. |
| type | cloudPcServicePlanType | The type of the service plan. The possible values are: enterprise, business, unknownFutureValue. Read-only. |
| userProfileInGB | Int32 | The size of the user profile disk in GB. Read-only. |
| vCpuCount | Int32 | The number of vCPUs. Read-only. |
| Member | Description |
|---|---|
| enterprise | Enterprise service plan type for enterprise customers. |
| business | Business service plan type for Very Small Business (VSB) customers. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcServicePlan",
"displayName": "String",
"id": "String (identifier)",
"provisioningType": "String",
"ramInGB": "Int32",
"storageInGB": "Int32",
"supportedSolution": "String",
"type": "String",
"userProfileInGB": "Int32",
"vCpuCount": "Int32"
}