KeepAwakeEnableStatus 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatusTypeConverter))]
public struct KeepAwakeEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.KeepAwakeEnableStatusTypeConverter))>]
type KeepAwakeEnableStatus = struct
interface IArgumentCompleter
Public Structure KeepAwakeEnableStatus
Implements IArgumentCompleter, IEquatable(Of KeepAwakeEnableStatus)
- Inheritance
-
KeepAwakeEnableStatus
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Disabled | |
| Enabled | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(KeepAwakeEnableStatus) |
Compares values of enum type KeepAwakeEnableStatus |
| Equals(Object) |
Compares values of enum type KeepAwakeEnableStatus (override for Object) |
| GetHashCode() |
Returns hashCode for enum KeepAwakeEnableStatus |
| ToString() |
Returns string representation for KeepAwakeEnableStatus |
Operators
| Name | Description |
|---|---|
| Equality(KeepAwakeEnableStatus, KeepAwakeEnableStatus) |
Overriding == operator for enum KeepAwakeEnableStatus |
| Implicit(KeepAwakeEnableStatus to String) |
Implicit operator to convert KeepAwakeEnableStatus to string |
| Implicit(String to KeepAwakeEnableStatus) |
Implicit operator to convert string to KeepAwakeEnableStatus |
| Inequality(KeepAwakeEnableStatus, KeepAwakeEnableStatus) |
Overriding != operator for enum KeepAwakeEnableStatus |