次の方法で共有


ScheduledActionFileFormat 構造体

定義

ビュー データの変換先。 現在、CSV 形式のみがサポートされています。

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

コンストラクター

ScheduledActionFileFormat(String)

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

プロパティ

Csv

Csv。

メソッド

Equals(ScheduledActionFileFormat)

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

ToString()

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

演算子

Equality(ScheduledActionFileFormat, ScheduledActionFileFormat)

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

Implicit(String to ScheduledActionFileFormat)

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

Inequality(ScheduledActionFileFormat, ScheduledActionFileFormat)

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

適用対象