FormatType Struct

Definition

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

Applies to