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