PoolActiveHoursConfiguration 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.
The default active hours configuration settings.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.PoolActiveHoursConfigurationTypeConverter))]
public class PoolActiveHoursConfiguration : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPoolActiveHoursConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.PoolActiveHoursConfigurationTypeConverter))>]
type PoolActiveHoursConfiguration = class
interface IPoolActiveHoursConfiguration
interface IJsonSerializable
Public Class PoolActiveHoursConfiguration
Implements IPoolActiveHoursConfiguration
- Inheritance
-
PoolActiveHoursConfiguration
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| PoolActiveHoursConfiguration() |
Creates an new PoolActiveHoursConfiguration instance. |
Properties
| Name | Description |
|---|---|
| AutoStartEnableStatus |
Enables or disables whether the Dev Box should be automatically started at commencement of active hours. |
| DefaultEndTimeHour |
The default end time of the active hours. |
| DefaultStartTimeHour |
The default start time of the active hours. |
| DefaultTimeZone |
The default IANA timezone id of the active hours. |
| KeepAwakeEnableStatus |
Enables or disables whether the Dev Box should be kept awake during active hours. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PoolActiveHoursConfiguration. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PoolActiveHoursConfiguration. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20250401Preview.IPoolActiveHoursConfiguration. |
| FromJsonString(String) |
Creates a new instance of PoolActiveHoursConfiguration, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of PoolActiveHoursConfiguration into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |