共用方式為


LabUpdate Constructors

Definition

Overloads

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.

LabUpdate()

Initializes a new instance of the LabUpdate class.

public LabUpdate ();
Public Sub New ()

Applies to

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

Initializes a new instance of the LabUpdate class.

public LabUpdate (System.Collections.Generic.IList<string> tags = default, Microsoft.Azure.Management.LabServices.Models.AutoShutdownProfile autoShutdownProfile = default, Microsoft.Azure.Management.LabServices.Models.ConnectionProfile connectionProfile = default, Microsoft.Azure.Management.LabServices.Models.VirtualMachineProfile virtualMachineProfile = default, Microsoft.Azure.Management.LabServices.Models.SecurityProfile securityProfile = default, Microsoft.Azure.Management.LabServices.Models.RosterProfile rosterProfile = default, string labPlanId = default, string title = default, string description = default);
new Microsoft.Azure.Management.LabServices.Models.LabUpdate : System.Collections.Generic.IList<string> * Microsoft.Azure.Management.LabServices.Models.AutoShutdownProfile * Microsoft.Azure.Management.LabServices.Models.ConnectionProfile * Microsoft.Azure.Management.LabServices.Models.VirtualMachineProfile * Microsoft.Azure.Management.LabServices.Models.SecurityProfile * Microsoft.Azure.Management.LabServices.Models.RosterProfile * string * string * string -> Microsoft.Azure.Management.LabServices.Models.LabUpdate
Public Sub New (Optional tags As IList(Of String) = Nothing, Optional autoShutdownProfile As AutoShutdownProfile = Nothing, Optional connectionProfile As ConnectionProfile = Nothing, Optional virtualMachineProfile As VirtualMachineProfile = Nothing, Optional securityProfile As SecurityProfile = Nothing, Optional rosterProfile As RosterProfile = Nothing, Optional labPlanId As String = Nothing, Optional title As String = Nothing, Optional description As String = Nothing)

Parameters

tags
IList<String>

Resource tags.

autoShutdownProfile
AutoShutdownProfile

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

connectionProfile
ConnectionProfile

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

virtualMachineProfile
VirtualMachineProfile

The profile used for creating lab virtual machines.

securityProfile
SecurityProfile

The lab security profile.

rosterProfile
RosterProfile

The lab user list management profile.

labPlanId
String

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..

title
String

The title of the lab.

description
String

The description of the lab.

Applies to