MetricSeriesDefinition Class

  • java.lang.Object
    • com.azure.ai.metricsadvisor.models.MetricSeriesDefinition

public final class MetricSeriesDefinition

The MetricSeriesDefinition model.

Constructor Summary

Constructor Description
MetricSeriesDefinition()

Creates a new instance of MetricSeriesDefinition.

Method Summary

Modifier and Type Method and Description
String getMetricId()

Get the metric unique id.

DimensionKey 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