AutoStartEnableStatus 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 automatically started at commencement of active hours.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatusTypeConverter))]
public struct AutoStartEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.AutoStartEnableStatusTypeConverter))>]
type AutoStartEnableStatus = struct
interface IArgumentCompleter
Public Structure AutoStartEnableStatus
Implements IArgumentCompleter, IEquatable(Of AutoStartEnableStatus)
- Inheritance
-
AutoStartEnableStatus
- 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(AutoStartEnableStatus) |
Compares values of enum type AutoStartEnableStatus |
| Equals(Object) |
Compares values of enum type AutoStartEnableStatus (override for Object) |
| GetHashCode() |
Returns hashCode for enum AutoStartEnableStatus |
| ToString() |
Returns string representation for AutoStartEnableStatus |
Operators
| Name | Description |
|---|---|
| Equality(AutoStartEnableStatus, AutoStartEnableStatus) |
Overriding == operator for enum AutoStartEnableStatus |
| Implicit(AutoStartEnableStatus to String) |
Implicit operator to convert AutoStartEnableStatus to string |
| Implicit(String to AutoStartEnableStatus) |
Implicit operator to convert string to AutoStartEnableStatus |
| Inequality(AutoStartEnableStatus, AutoStartEnableStatus) |
Overriding != operator for enum AutoStartEnableStatus |