CostDetailsMetricType 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 detailed report. By default ActualCost is provided.
public readonly struct CostDetailsMetricType : IEquatable<Azure.ResourceManager.CostManagement.Models.CostDetailsMetricType>
type CostDetailsMetricType = struct
Public Structure CostDetailsMetricType
Implements IEquatable(Of CostDetailsMetricType)
- Inheritance
-
CostDetailsMetricType
- Implements
Constructors
| Name | Description |
|---|---|
| CostDetailsMetricType(String) |
Initializes a new instance of CostDetailsMetricType. |
Properties
| Name | Description |
|---|---|
| ActualCostCostDetailsMetricType |
Actual cost data. |
| AmortizedCostCostDetailsMetricType |
Amortized cost data. |
Methods
| Name | Description |
|---|---|
| Equals(CostDetailsMetricType) |
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(CostDetailsMetricType, CostDetailsMetricType) |
Determines if two CostDetailsMetricType values are the same. |
| Implicit(String to CostDetailsMetricType) |
Converts a string to a CostDetailsMetricType. |
| Implicit(String to Nullable<CostDetailsMetricType>) | |
| Inequality(CostDetailsMetricType, CostDetailsMetricType) |
Determines if two CostDetailsMetricType values are not the same. |