cloudPcServicePlan resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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.
Methods
Method | Return type | Description |
---|---|---|
List | cloudPcServicePlan collection | List the currently available service plans that the organization can purchase for the Cloud PCs. |
Properties
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 . Possible values are: dedicated , shared , unknownFutureValue , sharedByUser , sharedByEntraGroup . You must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: sharedByUser , sharedByEntraGroup . 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 , unknownFutureValue . Read-only. |
storageInGB | Int32 | The size of the OS Disk in GB. Read-only. |
type | cloudPcServicePlanType | The type of the service plan. 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. |
cloudPcServicePlanType values
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. |
Relationships
None.
JSON representation
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"
}