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

LabUpdate 类

定义

更新的实验室资源。

[Microsoft.Rest.Serialization.JsonTransformation]
public class LabUpdate : Microsoft.Azure.Management.LabServices.Models.TrackedResourceUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LabUpdate = class
    inherit TrackedResourceUpdate
Public Class LabUpdate
Inherits TrackedResourceUpdate
继承
属性

构造函数

LabUpdate()

初始化 LabUpdate 类的新实例。

LabUpdate(IList<String>, AutoShutdownProfile, ConnectionProfile, VirtualMachineProfile, SecurityProfile, RosterProfile, String, String, String)

初始化 LabUpdate 类的新实例。

属性

AutoShutdownProfile

获取或设置实验室的资源自动关闭配置。 此控件控制是否对处于空闲状态的资源执行操作。

ConnectionProfile

获取或设置实验室的连接配置文件。 这会控制设置,例如对实验室资源的 Web 访问,或者 RDP 或 SSH 端口是否处于打开状态。

Description

获取或设置实验室的说明。

LabPlanId

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

RosterProfile

获取或设置实验室用户列表管理配置文件。

SecurityProfile

获取或设置实验室安全配置文件。

Tags

获取或设置资源标记。

(继承自 TrackedResourceUpdate)
Title

获取或设置实验室的标题。

VirtualMachineProfile

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

方法

Validate()

验证 对象。

适用于