次の方法で共有


MetricCommentFeedback(String, DimensionKey, String) コンストラクター

定義

MetricCommentFeedback クラスの新しいインスタンスを初期化します。

public MetricCommentFeedback (string metricId, Azure.AI.MetricsAdvisor.Models.DimensionKey dimensionKey, string comment);
new Azure.AI.MetricsAdvisor.MetricCommentFeedback : string * Azure.AI.MetricsAdvisor.Models.DimensionKey * string -> Azure.AI.MetricsAdvisor.MetricCommentFeedback
Public Sub New (metricId As String, dimensionKey As DimensionKey, comment As String)

パラメーター

metricId
String

が適用されるメトリックの MetricCommentFeedback 識別子。

dimensionKey
DimensionKey

が適用される時系列のセットを識別する MetricCommentFeedback キー。 使用可能なすべてのディメンションが設定されている場合、このキーは、指定された metricIdの 1 つの時系列を一意に識別します。 ディメンションのサブセットのみが設定されている場合、このキーは時系列のグループを一意に識別します。

comment
String

フィードバックのコメント コンテンツ。

例外

metricIddimensionKey、または commentnull です。

metricId または comment が空です。

適用対象