StopOnDisconnectStatus 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.
public readonly struct StopOnDisconnectStatus : IEquatable<Azure.Developer.DevCenter.Models.StopOnDisconnectStatus>
type StopOnDisconnectStatus = struct
Public Structure StopOnDisconnectStatus
Implements IEquatable(Of StopOnDisconnectStatus)
- Inheritance
-
StopOnDisconnectStatus
- Implements
Constructors
| StopOnDisconnectStatus(String) |
Initializes a new instance of StopOnDisconnectStatus. |
Properties
| Disabled |
Stop on disconnect is not enabled on the Dev Box. |
| Enabled |
Stop on disconnect is enabled on the Dev Box. |
Methods
| Equals(StopOnDisconnectStatus) |
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
| Equality(StopOnDisconnectStatus, StopOnDisconnectStatus) |
Determines if two StopOnDisconnectStatus values are the same. |
| Implicit(String to StopOnDisconnectStatus) |
Converts a string to a StopOnDisconnectStatus. |
| Inequality(StopOnDisconnectStatus, StopOnDisconnectStatus) |
Determines if two StopOnDisconnectStatus values are not the same. |