MetricCommentFeedback(String, DimensionKey, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the MetricCommentFeedback class.
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)
Parameters
- metricId
- String
The identifier of the metric to which the MetricCommentFeedback applies.
- dimensionKey
- DimensionKey
A key that identifies a set of time series to which the MetricCommentFeedback applies.
If all possible dimensions are set, this key uniquely identifies a single time series
for the specified metricId
. If only a subset of dimensions are set, this
key uniquely identifies a group of time series.
- comment
- String
The comment content for the feedback.
Exceptions
metricId
, dimensionKey
, or comment
is null
.
metricId
or comment
is empty.
Applies to
Azure SDK for .NET