cloudPcServicePlan 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示可为云电脑购买和配置的Windows 365服务计划。

有关当前可用的服务计划的示例,请参阅Windows 365比较计划和定价。 目前,Microsoft 图形 API可用于Windows 365 企业版。

方法

方法 返回类型 说明
列出 servicePlans cloudPcServicePlan 集合 列出组织可为云电脑购买的当前可用服务计划。

属性

属性 类型 说明
displayName String 服务计划的名称。 只读。
id String 服务计划的唯一标识符。 此为只读属性。
ramInGB Int32 RAM 的大小(以 GB 为单位)。 此为只读属性。
storageInGB Int32 OS 磁盘的大小(以 GB 为单位)。 此为只读属性。
type cloudPcServicePlanType 服务计划的类型。 可取值为:enterprisebusinessunknownFutureValue。 此为只读属性。
userProfileInGB Int32 用户配置文件磁盘的大小(以 GB 为单位)。 此为只读属性。
vCpuCount Int32 vCPU 的数量。 此为只读属性。
supportedSolution cloudPcManagementService 区域支持的服务或解决方案。 可能的值包括 windows365devBoxrpaBoxunknownFutureValue。 只读。
provisioningType cloudPcProvisioningType 指定预配云电脑时使用的许可证类型。 默认情况下,许可证类型为 dedicated。 可取值为:dedicatedsharedunknownFutureValue

cloudPcServicePlanType 值

成员 说明
企业 面向企业客户的企业服务计划类型。
业务 非常小型企业版 (VSB) 客户的业务服务计划类型。
unknownFutureValue 可演变枚举 sentinel 值。 请勿使用。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.cloudPcServicePlan",
  "displayName": "String",
  "id": "String (identifier)",
  "provisioningType": "String",
  "ramInGB": "Int32",
  "storageInGB": "Int32",
  "supportedSolution": "String",
  "type": "String",
  "userProfileInGB": "Int32",
  "vCpuCount": "Int32"
}