你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LabUpdateProperties interface

用于更新的实验室资源的属性。

属性

autoShutdownProfile

实验室的资源自动关闭配置。 这控制是否对处于空闲状态的资源执行作。

connectionProfile

实验室的连接配置文件。 这会控制对实验室资源的 Web 访问或 RDP 或 SSH 端口是否打开等设置。

description

实验室的说明。

labPlanId

实验室计划的 ID。 在资源创建期间用于提供默认值,并在通过 labs.azure.com 创建实验室时充当权限容器。 在现有实验室上设置 labPlanId 可提供组织。

rosterProfile

实验室用户列表管理配置文件。

securityProfile

实验室安全配置文件。

title

实验室的标题。

virtualMachineProfile

用于创建实验室虚拟机的配置文件。

属性详细信息

autoShutdownProfile

实验室的资源自动关闭配置。 这控制是否对处于空闲状态的资源执行作。

autoShutdownProfile?: AutoShutdownProfile

属性值

connectionProfile

实验室的连接配置文件。 这会控制对实验室资源的 Web 访问或 RDP 或 SSH 端口是否打开等设置。

connectionProfile?: ConnectionProfile

属性值

description

实验室的说明。

description?: string

属性值

string

labPlanId

实验室计划的 ID。 在资源创建期间用于提供默认值,并在通过 labs.azure.com 创建实验室时充当权限容器。 在现有实验室上设置 labPlanId 可提供组织。

labPlanId?: string

属性值

string

rosterProfile

实验室用户列表管理配置文件。

rosterProfile?: RosterProfile

属性值

securityProfile

实验室安全配置文件。

securityProfile?: SecurityProfile

属性值

title

实验室的标题。

title?: string

属性值

string

virtualMachineProfile

用于创建实验室虚拟机的配置文件。

virtualMachineProfile?: VirtualMachineProfile

属性值