Freigeben über


PoolActiveHoursConfiguration Class

Definition

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.

Applies to