LabPlanUpdateProperties interface
Lab plan resource properties for updates
Properties
allowed |
The allowed regions for the lab creator to use when creating labs using this lab plan. |
default |
The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile. |
default |
The default lab connection profile. This can be changed on a lab resource and only provides a default profile. |
default |
The lab plan network profile. To enforce lab network policies they must be defined here and cannot be changed when there are existing labs associated with this lab plan. |
linked |
Base Url of the lms instance this lab plan can link lab rosters against. |
shared |
Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs. |
support |
Support contact information and instructions for users of the lab plan. This information is displayed to lab owners and virtual machine users for all labs in the lab plan. |
Property Details
allowedRegions
The allowed regions for the lab creator to use when creating labs using this lab plan.
allowedRegions?: string[]
Property Value
string[]
defaultAutoShutdownProfile
The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile.
defaultAutoShutdownProfile?: AutoShutdownProfile
Property Value
defaultConnectionProfile
The default lab connection profile. This can be changed on a lab resource and only provides a default profile.
defaultConnectionProfile?: ConnectionProfile
Property Value
defaultNetworkProfile
The lab plan network profile. To enforce lab network policies they must be defined here and cannot be changed when there are existing labs associated with this lab plan.
defaultNetworkProfile?: LabPlanNetworkProfile
Property Value
linkedLmsInstance
Base Url of the lms instance this lab plan can link lab rosters against.
linkedLmsInstance?: string
Property Value
string
sharedGalleryId
Resource ID of the Shared Image Gallery attached to this lab plan. When saving a lab template virtual machine image it will be persisted in this gallery. Shared images from the gallery can be made available to use when creating new labs.
sharedGalleryId?: string
Property Value
string
supportInfo
Support contact information and instructions for users of the lab plan. This information is displayed to lab owners and virtual machine users for all labs in the lab plan.
supportInfo?: SupportInfo