Delen via


ChartType Struct

Definition

Chart type of the main view in Cost Analysis. Required.

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

Fields

Area
GroupedColumn
Line
StackedColumn
Table

Methods

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

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

Equals(ChartType)

Compares values of enum type ChartType

Equals(Object)

Compares values of enum type ChartType (override for Object)

GetHashCode()

Returns hashCode for enum ChartType

ToString()

Returns string representation for ChartType

Operators

Equality(ChartType, ChartType)

Overriding == operator for enum ChartType

Implicit(ChartType to String)

Implicit operator to convert ChartType to string

Implicit(String to ChartType)

Implicit operator to convert string to ChartType

Inequality(ChartType, ChartType)

Overriding != operator for enum ChartType

Applies to