LabPlanProperties interface
Lab plan resource properties
- Extends
Properties
provisioning |
Current provisioning state of the lab plan. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited 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
provisioningState
Current provisioning state of the lab plan. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: ProvisioningState
Property Value
Inherited Property Details
allowedRegions
The allowed regions for the lab creator to use when creating labs using this lab plan.
allowedRegions?: string[]
Property Value
string[]
Inherited From LabPlanUpdateProperties.allowedRegions
defaultAutoShutdownProfile
The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile.
defaultAutoShutdownProfile?: AutoShutdownProfile
Property Value
Inherited From LabPlanUpdateProperties.defaultAutoShutdownProfile
defaultConnectionProfile
The default lab connection profile. This can be changed on a lab resource and only provides a default profile.
defaultConnectionProfile?: ConnectionProfile
Property Value
Inherited From LabPlanUpdateProperties.defaultConnectionProfile
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
Inherited From LabPlanUpdateProperties.defaultNetworkProfile
linkedLmsInstance
Base Url of the lms instance this lab plan can link lab rosters against.
linkedLmsInstance?: string
Property Value
string
Inherited From LabPlanUpdateProperties.linkedLmsInstance
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
Inherited From LabPlanUpdateProperties.sharedGalleryId
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
Property Value
Inherited From LabPlanUpdateProperties.supportInfo