DevCenterKeepAwakeEnableStatus Struct
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 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. |