ILabPlanUpdateProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.LabPlanUpdatePropertiesTypeConverter))]
public interface ILabPlanUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.LabServices.Models.Api20211001Preview.LabPlanUpdatePropertiesTypeConverter))>]
type ILabPlanUpdateProperties = interface
interface IJsonSerializable
Public Interface ILabPlanUpdateProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllowedRegion |
The allowed regions for the lab creator to use when creating labs using this lab plan. |
DefaultAutoShutdownProfileDisconnectDelay |
The amount of time a VM will stay running after a user disconnects if this behavior is enabled. |
DefaultAutoShutdownProfileIdleDelay |
The amount of time a VM will idle before it is shutdown if this behavior is enabled. |
DefaultAutoShutdownProfileNoConnectDelay |
The amount of time a VM will stay running before it is shutdown if no connection is made and this behavior is enabled. |
DefaultAutoShutdownProfileShutdownOnDisconnect |
Whether shutdown on disconnect is enabled |
DefaultAutoShutdownProfileShutdownOnIdle |
Whether a VM will get shutdown when it has idled for a period of time. |
DefaultAutoShutdownProfileShutdownWhenNotConnected |
Whether a VM will get shutdown when it hasn't been connected to after a period of time. |
DefaultConnectionProfileClientRdpAccess |
The enabled access level for Client Access over RDP. |
DefaultConnectionProfileClientSshAccess |
The enabled access level for Client Access over SSH. |
DefaultConnectionProfileWebRdpAccess |
The enabled access level for Web Access over RDP. |
DefaultConnectionProfileWebSshAccess |
The enabled access level for Web Access over SSH. |
DefaultNetworkProfileSubnetId |
The external subnet resource id |
LinkedLmsInstance |
Base Url of the lms instance this lab plan can link lab rosters against. |
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. |
SupportInfoEmail |
Support contact email address. |
SupportInfoInstruction |
Support instructions. |
SupportInfoPhone |
Support contact phone number. |
SupportInfoUrl |
Support web address. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |