LabUpdate interface

The lab resource for updates.

Extends

Properties

autoShutdownProfile

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

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.

description

The description of the lab.

labPlanId

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

The lab user list management profile.

securityProfile

The lab security profile.

title

The title of the lab.

virtualMachineProfile

The profile used for creating lab virtual machines.

Inherited Properties

tags

Resource tags.

Property Details

autoShutdownProfile

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

autoShutdownProfile?: AutoShutdownProfile

Property Value

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.

connectionProfile?: ConnectionProfile

Property Value

description

The description of the lab.

description?: string

Property Value

string

labPlanId

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

labPlanId?: string

Property Value

string

rosterProfile

The lab user list management profile.

rosterProfile?: RosterProfile

Property Value

securityProfile

The lab security profile.

securityProfile?: SecurityProfile

Property Value

title

The title of the lab.

title?: string

Property Value

string

virtualMachineProfile

The profile used for creating lab virtual machines.

virtualMachineProfile?: VirtualMachineProfile

Property Value

Inherited Property Details

tags

Resource tags.

tags?: string[]

Property Value

string[]

Inherited From TrackedResourceUpdate.tags