Share via


ForecastTimeframe Struct

Definition

The time frame for pulling data for the forecast.

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

Constructors

ForecastTimeframe(String)

Initializes a new instance of ForecastTimeframe.

Properties

Custom

Custom.

Methods

Equals(ForecastTimeframe)

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

Determines if two ForecastTimeframe values are the same.

Implicit(String to ForecastTimeframe)

Converts a string to a ForecastTimeframe.

Inequality(ForecastTimeframe, ForecastTimeframe)

Determines if two ForecastTimeframe values are not the same.

Applies to