LabPlan interface
Lab Plans act as a permission container for creating labs via labs.azure.com. Additionally, they can provide a set of default configurations that will apply at the time of creating a lab, but these defaults can still be overwritten.
- Extends
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. |
identity | Managed Identity Information |
linked |
Base Url of the lms instance this lab plan can link lab rosters against. |
provisioning |
Current provisioning state of the lab plan. NOTE: This property will not be serialized. It can only be populated by the server. |
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. |
system |
Metadata pertaining to creation and last modification of the lab plan. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
location | The geo-location where the resource lives |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Resource tags. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
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
identity
linkedLmsInstance
Base Url of the lms instance this lab plan can link lab rosters against.
linkedLmsInstance?: string
Property Value
string
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
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
Property Value
systemData
Metadata pertaining to creation and last modification of the lab plan. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type