Delen via


ForecastType Struct

Definition

The type of the forecast.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ForecastTypeTypeConverter))]
public struct ForecastType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ForecastType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.ForecastTypeTypeConverter))>]
type ForecastType = struct
    interface IArgumentCompleter
Public Structure ForecastType
Implements IArgumentCompleter, IEquatable(Of ForecastType)
Inheritance
ForecastType
Attributes
Implements

Fields

ActualCost
AmortizedCost
Usage

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(ForecastType)

Compares values of enum type ForecastType

Equals(Object)

Compares values of enum type ForecastType (override for Object)

GetHashCode()

Returns hashCode for enum ForecastType

ToString()

Returns string representation for ForecastType

Operators

Equality(ForecastType, ForecastType)

Overriding == operator for enum ForecastType

Implicit(ForecastType to String)

Implicit operator to convert ForecastType to string

Implicit(String to ForecastType)

Implicit operator to convert string to ForecastType

Inequality(ForecastType, ForecastType)

Overriding != operator for enum ForecastType

Applies to