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