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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java