LabPlanUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains lab configuration and default settings. This variant is used for PATCH.
[Microsoft.Rest.Serialization.JsonTransformation]
public class LabPlanUpdate : Microsoft.Azure.Management.LabServices.Models.TrackedResourceUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type LabPlanUpdate = class
inherit TrackedResourceUpdate
Public Class LabPlanUpdate
Inherits TrackedResourceUpdate
- Inheritance
- Attributes
Constructors
LabPlanUpdate() |
Initializes a new instance of the LabPlanUpdate class. |
LabPlanUpdate(IList<String>, ConnectionProfile, AutoShutdownProfile, LabPlanNetworkProfile, IList<String>, String, SupportInfo, String) |
Initializes a new instance of the LabPlanUpdate class. |
Properties
AllowedRegions |
Gets or sets the allowed regions for the lab creator to use when creating labs using this lab plan. |
DefaultAutoShutdownProfile |
Gets or sets the default lab shutdown profile. This can be changed on a lab resource and only provides a default profile. |
DefaultConnectionProfile |
Gets or sets the default lab connection profile. This can be changed on a lab resource and only provides a default profile. |
DefaultNetworkProfile |
Gets or sets 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. |
LinkedLmsInstance |
Gets or sets base Url of the lms instance this lab plan can link lab rosters against. |
SharedGalleryId |
Gets or sets 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. |
SupportInfo |
Gets or sets 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. |
Tags |
Gets or sets resource tags. (Inherited from TrackedResourceUpdate) |
Applies to
Azure SDK for .NET