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