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