次の方法で共有


ForecastComparisonExpression コンストラクター

定義

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

public ForecastComparisonExpression (string name, Azure.ResourceManager.CostManagement.Models.ForecastOperatorType operator, System.Collections.Generic.IEnumerable<string> values);
new Azure.ResourceManager.CostManagement.Models.ForecastComparisonExpression : string * Azure.ResourceManager.CostManagement.Models.ForecastOperatorType * seq<string> -> Azure.ResourceManager.CostManagement.Models.ForecastComparisonExpression
Public Sub New (name As String, operator As ForecastOperatorType, values As IEnumerable(Of String))

パラメーター

name
String

比較に使用する列の名前。

operator
ForecastOperatorType

比較に使用する演算子。

values
IEnumerable<String>

比較に使用する値の配列。

例外

name または values が null です。

適用対象