TimeframeType Struct

Definition

The time frame for pulling data for the export. If custom, then a specific time period must be provided.

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

Constructors

Name Description
TimeframeType(String)

Initializes a new instance of TimeframeType.

Properties

Name Description
BillingMonthToDate

Gets the BillingMonthToDate.

Custom

Gets the Custom.

MonthToDate

Gets the MonthToDate.

TheCurrentMonth

Gets the TheCurrentMonth.

TheLastBillingMonth

Gets the TheLastBillingMonth.

TheLastMonth

Gets the TheLastMonth.

WeekToDate

Gets the WeekToDate.

Methods

Name Description
Equals(TimeframeType)

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

Determines if two TimeframeType values are the same.

Implicit(String to Nullable<TimeframeType>)
Implicit(String to TimeframeType)

Converts a string to a TimeframeType.

Inequality(TimeframeType, TimeframeType)

Determines if two TimeframeType values are not the same.

Applies to