virtualEndpoint 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示用于管理云电脑的 API 的容器。
使用云电脑 API 为组织的员工预配和管理虚拟桌面,或与 Intune API 一起管理物理和虚拟终结点。
Methods
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| 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"
}
反馈
提交和查看相关反馈