LabUpdateProperties interface
Properties of a lab resource used for updates.
Properties
auto |
The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle. |
connection |
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. |
lab |
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.. |
roster |
The lab user list management profile. |
security |
The lab security profile. |
title | The title of the lab. |
virtual |
The profile used for creating lab virtual machines. |
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
securityProfile
title
The title of the lab.
title?: string
Property Value
string
virtualMachineProfile
The profile used for creating lab virtual machines.
virtualMachineProfile?: VirtualMachineProfile