cloudPcServicePlan 资源类型

命名空间:microsoft.graph

重要

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

表示Windows云电脑配置的所有 365 服务计划。

有关当前可用的服务计划的示例,请参阅Windows 365 比较计划和定价。 目前,microsoft Graph API 可用于 Windows 365 Enterprise。

Methods

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

属性

属性 类型 说明
displayName String 服务计划的名称。 只读。
id String 服务计划的唯一标识符。 只读。
ramInGB Int32 RAM 的大小(以 GB 为单位)。 只读。
storageInGB Int32 操作系统磁盘的大小(以 GB 为单位)。 只读。
类型 cloudPcServicePlanType 服务计划的类型。 可取值为:enterprisebusinessunknownFutureValue。 只读。
userProfileInGB Int32 用户配置文件磁盘的大小(以 GB 为单位)。 只读。
vCpuCount Int32 vCPUs 的数量。 只读。

cloudPcServicePlanType 值

成员 说明
enterprise Enterprise客户的服务计划类型。
business 针对小型企业或 VSB 客户的业务服务 () 类型。
unknownFutureValue 可发展枚举 sentinel 值。 请勿使用。

关系

无。

JSON 表示形式

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

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