Freigeben über


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

Name Description
ForecastTimeframe(String)

Initializes a new instance of ForecastTimeframe.

Properties

Name Description
Custom

Custom.

Methods

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

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