MetricSeriesDefinition Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. models. MetricSeriesDefinition
- com.
public final class MetricSeriesDefinition
The MetricSeriesDefinition model.
Constructor Summary
Constructor | Description |
---|---|
MetricSeriesDefinition() |
Creates a new instance of Metric |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getMetricId()
Get the metric unique id. |
Dimension |
getSeriesKey()
Get the dimension name and value pair. |
Methods inherited from java.lang.Object
Constructor Details
MetricSeriesDefinition
public MetricSeriesDefinition()
Creates a new instance of MetricSeriesDefinition.
Method Details
getMetricId
public String getMetricId()
Get the metric unique id.
Returns:
the metricId value.
getSeriesKey
public DimensionKey getSeriesKey()
Get the dimension name and value pair.
Returns:
the dimension value.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java