DevTestLabEnableStatus 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 if the artifact source is enabled (values: Enabled, Disabled).
public readonly struct DevTestLabEnableStatus : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus>
type DevTestLabEnableStatus = struct
Public Structure DevTestLabEnableStatus
Implements IEquatable(Of DevTestLabEnableStatus)
- Inheritance
-
DevTestLabEnableStatus
- Implements
Constructors
| Name | Description |
|---|---|
| DevTestLabEnableStatus(String) |
Initializes a new instance of DevTestLabEnableStatus. |
Properties
| Name | Description |
|---|---|
| Disabled |
Disabled. |
| Enabled |
Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(DevTestLabEnableStatus) |
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(DevTestLabEnableStatus, DevTestLabEnableStatus) |
Determines if two DevTestLabEnableStatus values are the same. |
| Implicit(String to DevTestLabEnableStatus) |
Converts a String to a DevTestLabEnableStatus. |
| Inequality(DevTestLabEnableStatus, DevTestLabEnableStatus) |
Determines if two DevTestLabEnableStatus values are not the same. |