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

Name Description
ViewMetricType(String)

Initializes a new instance of ViewMetricType.

Properties

Name Description
ActualCost

Gets the ActualCost.

Ahub

Gets the Ahub.

AmortizedCost

Gets the AmortizedCost.

Methods

Name Description
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

Name Description
Equality(ViewMetricType, ViewMetricType)

Determines if two ViewMetricType values are the same.

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

Converts a string to a ViewMetricType.

Inequality(ViewMetricType, ViewMetricType)

Determines if two ViewMetricType values are not the same.

Applies to