DevTestLabCostType 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.
The type of the cost.
public readonly struct DevTestLabCostType : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabCostType>
type DevTestLabCostType = struct
Public Structure DevTestLabCostType
Implements IEquatable(Of DevTestLabCostType)
- Inheritance
-
DevTestLabCostType
- Implements
Constructors
DevTestLabCostType(String) |
Initializes a new instance of DevTestLabCostType. |
Properties
Projected |
Projected. |
Reported |
Reported. |
Unavailable |
Unavailable. |
Methods
Equals(DevTestLabCostType) |
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(DevTestLabCostType, DevTestLabCostType) |
Determines if two DevTestLabCostType values are the same. |
Implicit(String to DevTestLabCostType) |
Converts a string to a DevTestLabCostType. |
Inequality(DevTestLabCostType, DevTestLabCostType) |
Determines if two DevTestLabCostType values are not the same. |
Applies to
Azure SDK for .NET