Freigeben über


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

Name Description
ForecastType(String)

Initializes a new instance of ForecastType.

Properties

Name Description
ActualCost

ActualCost.

AmortizedCost

AmortizedCost.

Usage

Usage.

Methods

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

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