Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: microsoft.graph
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 an organization can purchase for their 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. |
| ramInGB | Int32 | The size of the RAM in GB. Read-only. |
| storageInGB | Int32 | The size of the operating system disk in GB. Read-only. |
| vCpuCount | Int32 | The number of vCPUs. Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcServicePlan",
"displayName": "String",
"id": "String (identifier)",
"ramInGB": "Int32",
"storageInGB": "Int32",
"vCpuCount": "Int32"
}