StopOnDisconnectEnableStatus 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.
Indicates whether the feature to stop the devbox on disconnect once the grace period has lapsed is enabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.StopOnDisconnectEnableStatusTypeConverter))]
public struct StopOnDisconnectEnableStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.StopOnDisconnectEnableStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Support.StopOnDisconnectEnableStatusTypeConverter))>]
type StopOnDisconnectEnableStatus = struct
interface IArgumentCompleter
Public Structure StopOnDisconnectEnableStatus
Implements IArgumentCompleter, IEquatable(Of StopOnDisconnectEnableStatus)
- Inheritance
-
StopOnDisconnectEnableStatus
- Attributes
- Implements
Fields
Disabled |
Stop on disconnect is not enabled on the Dev Box. |
Enabled |
Stop on disconnect is enabled on the Dev Box. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type StopOnDisconnectEnableStatus (override for Object) |
Equals(StopOnDisconnectEnableStatus) |
Compares values of enum type StopOnDisconnectEnableStatus |
GetHashCode() |
Returns hashCode for enum StopOnDisconnectEnableStatus |
ToString() |
Returns string representation for StopOnDisconnectEnableStatus |
Operators
Equality(StopOnDisconnectEnableStatus, StopOnDisconnectEnableStatus) |
Overriding == operator for enum StopOnDisconnectEnableStatus |
Implicit(StopOnDisconnectEnableStatus to String) |
Implicit operator to convert StopOnDisconnectEnableStatus to string |
Implicit(String to StopOnDisconnectEnableStatus) |
Implicit operator to convert string to StopOnDisconnectEnableStatus |
Inequality(StopOnDisconnectEnableStatus, StopOnDisconnectEnableStatus) |
Overriding != operator for enum StopOnDisconnectEnableStatus |