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

LabProperties interface

实验室资源的属性。

扩展

属性

networkProfile

实验室的网络配置文件,通常通过实验室计划应用。 创建实验室后,无法修改此配置文件。

provisioningState

实验室的当前预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

state

实验室状态。 注意:此属性不会序列化。 它只能由服务器填充。

继承属性

autoShutdownProfile

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

connectionProfile

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

description

实验室的说明。

labPlanId

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

rosterProfile

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

securityProfile

实验室安全配置文件。

title

实验室的标题。

virtualMachineProfile

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

属性详细信息

networkProfile

实验室的网络配置文件,通常通过实验室计划应用。 创建实验室后,无法修改此配置文件。

networkProfile?: LabNetworkProfile

属性值

provisioningState

实验室的当前预配状态。 注意:此属性不会序列化。 它只能由服务器填充。

provisioningState?: ProvisioningState

属性值

state

实验室状态。 注意:此属性不会序列化。 它只能由服务器填充。

state?: LabState

属性值

继承属性详细信息

autoShutdownProfile

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

autoShutdownProfile?: AutoShutdownProfile

属性值

继承自LabUpdateProperties.autoShutdownProfile

connectionProfile

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

connectionProfile?: ConnectionProfile

属性值

继承自LabUpdateProperties.connectionProfile

description

实验室的说明。

description?: string

属性值

string

继承自LabUpdateProperties.description

labPlanId

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

labPlanId?: string

属性值

string

继承自LabUpdateProperties.labPlanId

rosterProfile

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

rosterProfile?: RosterProfile

属性值

继承自LabUpdateProperties.rosterProfile

securityProfile

实验室安全配置文件。

securityProfile?: SecurityProfile

属性值

继承自LabUpdateProperties.securityProfile

title

实验室的标题。

title?: string

属性值

string

继承自LabUpdateProperties.title

virtualMachineProfile

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

virtualMachineProfile?: VirtualMachineProfile

属性值

继承自LabUpdateProperties.virtualMachineProfile