次の方法で共有


ReportGranularityType 構造体

定義

レポート内の行の粒度。

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

コンストラクター

ReportGranularityType(String)

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

プロパティ

Daily

毎日

Monthly

月単位。

メソッド

Equals(ReportGranularityType)

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

ToString()

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

演算子

Equality(ReportGranularityType, ReportGranularityType)

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

Implicit(String to ReportGranularityType)

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

Inequality(ReportGranularityType, ReportGranularityType)

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

適用対象