IDevBox.ActiveHourConfigurationKeepAwakeEnableStatus 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.
Enables or disables whether the Dev Box should be kept awake during active hours.
[Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Enables or disables whether the Dev Box should be kept awake during active hours.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.KeepAwakeEnableStatus) }, ReadOnly=false, Required=false, SerializedName="keepAwakeEnableStatus")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.KeepAwakeEnableStatus? ActiveHourConfigurationKeepAwakeEnableStatus { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.Info(Description="Enables or disables whether the Dev Box should be kept awake during active hours.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.KeepAwakeEnableStatus) }, ReadOnly=false, Required=false, SerializedName="keepAwakeEnableStatus")>]
member this.ActiveHourConfigurationKeepAwakeEnableStatus : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.KeepAwakeEnableStatus> with get, set
Public Property ActiveHourConfigurationKeepAwakeEnableStatus As Nullable(Of KeepAwakeEnableStatus)
Property Value
- Attributes