共用方式為


LabUpdate Class

Definition

The lab resource for updates.

[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
Inheritance
Attributes

Constructors

LabUpdate()

Initializes a new instance of the LabUpdate class.

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

Initializes a new instance of the LabUpdate class.

Properties

AutoShutdownProfile

Gets or sets the resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle.

ConnectionProfile

Gets or sets the connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open.

Description

Gets or sets the description of the lab.

LabPlanId

Gets or sets the ID of the lab plan. Used during resource creation to provide defaults and acts as a permission container when creating a lab via labs.azure.com. Setting a labPlanId on an existing lab provides organization..

RosterProfile

Gets or sets the lab user list management profile.

SecurityProfile

Gets or sets the lab security profile.

Tags

Gets or sets resource tags.

(Inherited from TrackedResourceUpdate)
Title

Gets or sets the title of the lab.

VirtualMachineProfile

Gets or sets the profile used for creating lab virtual machines.

Methods

Validate()

Validate the object.

Applies to