cloudPcFrontLineServicePlan 资源类型

命名空间:microsoft.graph

重要

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

表示一个服务计划,该服务计划提供三台云电脑的分配,供管理员预配最多三个用户,但不能分配给特定用户。 此服务计划使服务能够跨这些预配用户创建时间共享的概念,客户可在其中部署更多用户。 Windows 365在给定时间对活动用户实施限制,从而有效地创造了一种创新的方式,以提供云电脑的个性化体验,同时提高了共享的经济性。

方法

方法 返回类型 说明
列出 cloudPcFrontLineServicePlans cloudPcFrontServicePlan 集合 获取 cloudPcFrontLineServicePlan 对象及其属性的列表。
获取 cloudPcFrontLineServicePlan cloudPcFrontLineServicePlan 获取 cloudPcFrontLineServicePlan 对象的属性和关系。

属性

属性 类型 说明
displayName String 一线服务计划的显示名称。 例如,2vCPU/8GB/128GB Front-line4vCPU/16GB/256GB Front-line
id String 一线服务计划的唯一标识符 (ID) 。
totalCount Int32 客户购买的一线服务计划总数。
usedCount Int32 已用于帐户的服务计划数。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.cloudPcFrontLineServicePlan",
  "displayName": "String",
  "id": "String (identifier)",
  "usedCount": "Int32",
  "totalCount": "Int32"
}