TimeframeType Struct

Definition

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

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

Fields

BillingMonthToDate
Custom
MonthToDate
TheLastBillingMonth
TheLastMonth
WeekToDate

Methods

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

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

Equals(Object)

Compares values of enum type TimeframeType (override for Object)

Equals(TimeframeType)

Compares values of enum type TimeframeType

GetHashCode()

Returns hashCode for enum TimeframeType

ToString()

Returns string representation for TimeframeType

Operators

Equality(TimeframeType, TimeframeType)

Overriding == operator for enum TimeframeType

Implicit(String to TimeframeType)

Implicit operator to convert string to TimeframeType

Implicit(TimeframeType to String)

Implicit operator to convert TimeframeType to string

Inequality(TimeframeType, TimeframeType)

Overriding != operator for enum TimeframeType

Applies to