ConsumptionMetricType 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 ConsumptionMetricType.
public readonly struct ConsumptionMetricType : IEquatable<Azure.ResourceManager.Consumption.Models.ConsumptionMetricType>
type ConsumptionMetricType = struct
Public Structure ConsumptionMetricType
Implements IEquatable(Of ConsumptionMetricType)
- Inheritance
-
ConsumptionMetricType
- Implements
Constructors
ConsumptionMetricType(String) |
Initializes a new instance of ConsumptionMetricType. |
Properties
ActualCostMetricType |
Actual cost data. |
AmortizedCostMetricType |
Amortized cost data. |
UsageMetricType |
Usage data. |
Methods
Equals(ConsumptionMetricType) |
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(ConsumptionMetricType, ConsumptionMetricType) |
Determines if two ConsumptionMetricType values are the same. |
Implicit(String to ConsumptionMetricType) |
Converts a string to a ConsumptionMetricType. |
Inequality(ConsumptionMetricType, ConsumptionMetricType) |
Determines if two ConsumptionMetricType values are not the same. |
Applies to
Azure SDK for .NET