次の方法で共有


TimeframeType 構造体

定義

エクスポートのデータをプルする期間。 カスタムの場合は、特定の期間を指定する必要があります。

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

コンストラクター

TimeframeType(String)

TimeframeType の新しいインスタンスを初期化します。

プロパティ

BillingMonthToDate

BillingMonthToDate。

Custom

カスタム。

MonthToDate

MonthToDate。

TheLastBillingMonth

TheLastBillingMonth.

TheLastMonth

TheLastMonth.

WeekToDate

WeekToDate。

メソッド

Equals(TimeframeType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(TimeframeType, TimeframeType)

2 つの TimeframeType 値が同じかどうかを判断します。

Implicit(String to TimeframeType)

文字列を TimeframeType に変換します。

Inequality(TimeframeType, TimeframeType)

2 つの TimeframeType 値が同じでないかどうかを判断します。

適用対象