ILabPlan.DefaultAutoShutdownProfileShutdownOnIdle Property
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.
Whether a VM will get shutdown when it has idled for a period of time.
[Microsoft.Azure.PowerShell.Cmdlets.LabServices.PSArgumentCompleter(new System.String[] { "None", "UserAbsence", "LowUsage" })]
[Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Create=true, Description="Whether a VM will get shutdown when it has idled for a period of time.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="shutdownOnIdle", Update=true)]
public string DefaultAutoShutdownProfileShutdownOnIdle { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.PSArgumentCompleter(new System.String[] { "None", "UserAbsence", "LowUsage" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.LabServices.Runtime.Info(Create=true, Description="Whether a VM will get shutdown when it has idled for a period of time.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="shutdownOnIdle", Update=true)>]
member this.DefaultAutoShutdownProfileShutdownOnIdle : string with get, set
Public Property DefaultAutoShutdownProfileShutdownOnIdle As String
Property Value
- Attributes