Share via


ReportConfigColumnType Struct

Definition

The type of the column in the report.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ReportConfigColumnTypeTypeConverter))]
public struct ReportConfigColumnType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ReportConfigColumnType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ReportConfigColumnTypeTypeConverter))>]
type ReportConfigColumnType = struct
    interface IArgumentCompleter
Public Structure ReportConfigColumnType
Implements IArgumentCompleter, IEquatable(Of ReportConfigColumnType)
Inheritance
ReportConfigColumnType
Attributes
Implements

Fields

Dimension
Tag

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type ReportConfigColumnType (override for Object)

Equals(ReportConfigColumnType)

Compares values of enum type ReportConfigColumnType

GetHashCode()

Returns hashCode for enum ReportConfigColumnType

ToString()

Returns string representation for ReportConfigColumnType

Operators

Equality(ReportConfigColumnType, ReportConfigColumnType)

Overriding == operator for enum ReportConfigColumnType

Implicit(ReportConfigColumnType to String)

Implicit operator to convert ReportConfigColumnType to string

Implicit(String to ReportConfigColumnType)

Implicit operator to convert string to ReportConfigColumnType

Inequality(ReportConfigColumnType, ReportConfigColumnType)

Overriding != operator for enum ReportConfigColumnType

Applies to