GenerateDetailedCostReportMetricType 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 GenerateDetailedCostReportMetricType : IEquatable<Azure.ResourceManager.CostManagement.Models.GenerateDetailedCostReportMetricType>
type GenerateDetailedCostReportMetricType = struct
Public Structure GenerateDetailedCostReportMetricType
Implements IEquatable(Of GenerateDetailedCostReportMetricType)
- Inheritance
-
GenerateDetailedCostReportMetricType
- Implements
Constructors
| Name | Description |
|---|---|
| GenerateDetailedCostReportMetricType(String) |
Initializes a new instance of GenerateDetailedCostReportMetricType. |
Properties
| Name | Description |
|---|---|
| ActualCost |
Gets the ActualCost. |
| AmortizedCost |
Gets the AmortizedCost. |
Methods
| Name | Description |
|---|---|
| Equals(GenerateDetailedCostReportMetricType) |
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(GenerateDetailedCostReportMetricType, GenerateDetailedCostReportMetricType) |
Determines if two GenerateDetailedCostReportMetricType values are the same. |
| Implicit(String to GenerateDetailedCostReportMetricType) |
Converts a string to a GenerateDetailedCostReportMetricType. |
| Implicit(String to Nullable<GenerateDetailedCostReportMetricType>) | |
| Inequality(GenerateDetailedCostReportMetricType, GenerateDetailedCostReportMetricType) |
Determines if two GenerateDetailedCostReportMetricType values are not the same. |