Aracılığıyla paylaş


ForecastType Struct

Definition

The type of the forecast.

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

Constructors

ForecastType(String)

Initializes a new instance of ForecastType.

Properties

ActualCost

ActualCost.

AmortizedCost

AmortizedCost.

Usage

Usage.

Methods

Equals(ForecastType)

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

Determines if two ForecastType values are the same.

Implicit(String to ForecastType)

Converts a string to a ForecastType.

Inequality(ForecastType, ForecastType)

Determines if two ForecastType values are not the same.

Applies to