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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsDataFormatTypeConverter))]
public struct CostDetailsDataFormat : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsDataFormat>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.CostDetailsDataFormatTypeConverter))>]
type CostDetailsDataFormat = struct
interface IArgumentCompleter
Public Structure CostDetailsDataFormat
Implements IArgumentCompleter, IEquatable(Of CostDetailsDataFormat)
- Inheritance
-
CostDetailsDataFormat
- Attributes
- Implements
Fields
Csv |
Csv data format. |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(CostDetailsDataFormat) |
Compares values of enum type CostDetailsDataFormat |
Equals(Object) |
Compares values of enum type CostDetailsDataFormat (override for Object) |
GetHashCode() |
Returns hashCode for enum CostDetailsDataFormat |
ToString() |
Returns string representation for CostDetailsDataFormat |
Operators
Equality(CostDetailsDataFormat, CostDetailsDataFormat) |
Overriding == operator for enum CostDetailsDataFormat |
Implicit(CostDetailsDataFormat to String) |
Implicit operator to convert CostDetailsDataFormat to string |
Implicit(String to CostDetailsDataFormat) |
Implicit operator to convert string to CostDetailsDataFormat |
Inequality(CostDetailsDataFormat, CostDetailsDataFormat) |
Overriding != operator for enum CostDetailsDataFormat |