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