Share via


ViewMetricType Struct

Definition

Metric to use when displaying costs.

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

Constructors

ViewMetricType(String)

Initializes a new instance of ViewMetricType.

Properties

ActualCost

ActualCost.

Ahub

AHUB.

AmortizedCost

AmortizedCost.

Methods

Equals(ViewMetricType)

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

Equality(ViewMetricType, ViewMetricType)

Determines if two ViewMetricType values are the same.

Implicit(String to ViewMetricType)

Converts a string to a ViewMetricType.

Inequality(ViewMetricType, ViewMetricType)

Determines if two ViewMetricType values are not the same.

Applies to