ViewChartType Struct

Definition

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

public readonly struct ViewChartType : IEquatable<Azure.ResourceManager.CostManagement.Models.ViewChartType>
type ViewChartType = struct
Public Structure ViewChartType
Implements IEquatable(Of ViewChartType)
Inheritance
ViewChartType
Implements

Constructors

Name Description
ViewChartType(String)

Initializes a new instance of ViewChartType.

Properties

Name Description
Area

Gets the Area.

GroupedColumn

Gets the GroupedColumn.

Line

Gets the Line.

StackedColumn

Gets the StackedColumn.

Table

Gets the Table.

Methods

Name Description
Equals(ViewChartType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ViewChartType, ViewChartType)

Determines if two ViewChartType values are the same.

Implicit(String to Nullable<ViewChartType>)
Implicit(String to ViewChartType)

Converts a string to a ViewChartType.

Inequality(ViewChartType, ViewChartType)

Determines if two ViewChartType values are not the same.

Applies to