DevTestLabCostThresholdStatus Struct

Definition

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

DevTestLabCostThresholdStatus(String)

Initializes a new instance of DevTestLabCostThresholdStatus.

Properties

Disabled

Disabled.

Enabled

Enabled.

Methods

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

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.

Applies to