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.
Stop on disconnect enable or disable status. Indicates whether stop on disconnect to is either enabled or disabled.
public readonly struct StopOnDisconnectEnableStatus : IEquatable<Azure.ResourceManager.DevCenter.Models.StopOnDisconnectEnableStatus>
type StopOnDisconnectEnableStatus = struct
Public Structure StopOnDisconnectEnableStatus
Implements IEquatable(Of StopOnDisconnectEnableStatus)
- Inheritance
-
StopOnDisconnectEnableStatus
- Implements
Constructors
StopOnDisconnectEnableStatus(String) |
Initializes a new instance of StopOnDisconnectEnableStatus. |
Properties
IsDisabled |
Disabled. |
IsEnabled |
Enabled. |
Methods
Equals(StopOnDisconnectEnableStatus) |
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(StopOnDisconnectEnableStatus, StopOnDisconnectEnableStatus) |
Determines if two StopOnDisconnectEnableStatus values are the same. |
Implicit(String to StopOnDisconnectEnableStatus) |
Converts a string to a StopOnDisconnectEnableStatus. |
Inequality(StopOnDisconnectEnableStatus, StopOnDisconnectEnableStatus) |
Determines if two StopOnDisconnectEnableStatus values are not the same. |