DevCenterKeepAwakeEnableStatus Struct

Definition

Enables or disables whether Dev Boxes should be kept awake during active hours.

public readonly struct DevCenterKeepAwakeEnableStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.DevCenterKeepAwakeEnableStatus>
type DevCenterKeepAwakeEnableStatus = struct
Public Structure DevCenterKeepAwakeEnableStatus
Implements IEquatable(Of DevCenterKeepAwakeEnableStatus)
Inheritance
DevCenterKeepAwakeEnableStatus
Implements

Constructors

Name Description
DevCenterKeepAwakeEnableStatus(String)

Initializes a new instance of DevCenterKeepAwakeEnableStatus.

Properties

Name Description
Disabled

Keep awake is disabled.

Enabled

Keep awake is enabled.

Methods

Name Description
Equals(DevCenterKeepAwakeEnableStatus)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(DevCenterKeepAwakeEnableStatus, DevCenterKeepAwakeEnableStatus)

Determines if two DevCenterKeepAwakeEnableStatus values are the same.

Implicit(String to DevCenterKeepAwakeEnableStatus)

Converts a string to a DevCenterKeepAwakeEnableStatus.

Implicit(String to Nullable<DevCenterKeepAwakeEnableStatus>)
Inequality(DevCenterKeepAwakeEnableStatus, DevCenterKeepAwakeEnableStatus)

Determines if two DevCenterKeepAwakeEnableStatus values are not the same.

Applies to