Sdílet prostřednictvím


ConsumptionMetricType Struct

Definition

The ConsumptionMetricType.

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

Constructors

ConsumptionMetricType(String)

Initializes a new instance of ConsumptionMetricType.

Properties

ActualCostMetricType

Actual cost data.

AmortizedCostMetricType

Amortized cost data.

UsageMetricType

Usage data.

Methods

Equals(ConsumptionMetricType)

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(ConsumptionMetricType, ConsumptionMetricType)

Determines if two ConsumptionMetricType values are the same.

Implicit(String to ConsumptionMetricType)

Converts a string to a ConsumptionMetricType.

Inequality(ConsumptionMetricType, ConsumptionMetricType)

Determines if two ConsumptionMetricType values are not the same.

Applies to