virtualEndpoint 资源类型

命名空间:microsoft.graph

重要

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

表示用于管理云电脑的 API 的容器。

使用云电脑 API 为组织的员工预配和管理虚拟桌面,或与 Intune API 一起管理物理和虚拟终结点。

Methods

方法 返回类型 说明
获取有效权限 String 集合 查看当前经过身份验证的用户的有效权限。
列出 cloudPCs cloudPC 集合 列出 cloudPC 对象的属性和 关系。
列出 deviceImages cloudPcDeviceImage 集合 列出 cloudPcDeviceImage 对象的属性和 关系。
List galleryImages cloudPcGalleryImage 集合 列出 cloudPcGalleryImage 对象的属性和 关系。
创建 cloudPcDeviceImage cloudPcDeviceImage 创建新的 cloudPcDeviceImage 对象。
列出 onPremisesConnections cloudPcOnPremisesConnection 集合 列出 cloudPcOnPremisesConnection 对象的属性和关系。
创建 cloudPcOnPremisesConnection cloudPcOnPremisesConnection 创建新的 cloudPcOnPremisesConnection 对象。
列出 provisioningPolicies cloudPcProvisioningPolicy 集合 列出 cloudPcProvisioningPolicy 对象的属性和 关系。
创建 cloudPcProvisioningPolicy cloudPcProvisioningPolicy 创建新的 cloudPcProvisioningPolicy 对象。
列出 userSettings cloudPcUserSetting 集合 从 userSettings 导航属性获取 cloudPcUserSetting 资源。
创建 cloudPcUserSetting cloudPcUserSetting 创建新的 cloudPcUserSetting 对象。
列出 auditEvents cloudPcAuditEvent 集合 列出 cloudPcAuditEvent 对象的属性和 关系。
列出 supportedRegions cloudPcSupportedRegion 集合 列出 cloudPcSupportedRegion 对象的属性和关系。
List servicePlans cloudPcServicePlan 集合 列出 cloudPcServicePlan 对象的属性和 关系。
列表快照 cloudPcSnapshot 集合 获取 cloudPcSnapshot 对象 及其属性的列表。

属性

属性 类型 说明
id String 虚拟终结点的唯一标识符。 只读。

关系

关系 类型 说明
auditEvents cloudPcAuditEvent 集合 云电脑审核事件。
cloudPCs cloudPC 集合 云托管虚拟桌面。
deviceImages cloudPcDeviceImage 集合 云电脑上的图像资源。
galleryImages cloudPcGalleryImage 集合 云电脑上的库图像资源。
onPremisesConnections cloudPcOnPremisesConnection 集合 一个定义的 Azure 资源信息集合,可用于为云电脑建立本地网络连接。
organizationSettings cloudPcOrganizationSettings 租户的云电脑组织设置。
provisioningPolicies cloudPcProvisioningPolicy 集合 云电脑预配策略。
servicePlans cloudPcServicePlan 集合 云电脑服务计划。
快照 cloudPcSnapshot 集合 云电脑快照。
supportedRegions cloudPcSupportedRegion 集合 云电脑支持的区域。
userSettings cloudPcUserSetting 集合 云电脑用户设置。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.virtualEndpoint",
  "id": "string"
}