Share via


ReportConfigSortingType Struct

Definition

Direction of sort.

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

Fields

Ascending
Descending

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 ReportConfigSortingType (override for Object)

Equals(ReportConfigSortingType)

Compares values of enum type ReportConfigSortingType

GetHashCode()

Returns hashCode for enum ReportConfigSortingType

ToString()

Returns string representation for ReportConfigSortingType

Operators

Equality(ReportConfigSortingType, ReportConfigSortingType)

Overriding == operator for enum ReportConfigSortingType

Implicit(ReportConfigSortingType to String)

Implicit operator to convert ReportConfigSortingType to string

Implicit(String to ReportConfigSortingType)

Implicit operator to convert string to ReportConfigSortingType

Inequality(ReportConfigSortingType, ReportConfigSortingType)

Overriding != operator for enum ReportConfigSortingType

Applies to