MetricsAdvisorClient.GetMetricSeriesDefinitionsAsync Method
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.
Gets a collection of items describing the time series of a specified DataFeedMetric.
public virtual Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.MetricSeriesDefinition> GetMetricSeriesDefinitionsAsync (string metricId, Azure.AI.MetricsAdvisor.GetMetricSeriesDefinitionsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMetricSeriesDefinitionsAsync : string * Azure.AI.MetricsAdvisor.GetMetricSeriesDefinitionsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.MetricSeriesDefinition>
override this.GetMetricSeriesDefinitionsAsync : string * Azure.AI.MetricsAdvisor.GetMetricSeriesDefinitionsOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.AI.MetricsAdvisor.Models.MetricSeriesDefinition>
Public Overridable Function GetMetricSeriesDefinitionsAsync (metricId As String, options As GetMetricSeriesDefinitionsOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MetricSeriesDefinition)
Parameters
- metricId
- String
The unique identifier of the DataFeedMetric.
The set of options used to configure the request's behavior.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
An AsyncPageable<T> containing the collection of MetricSeriesDefinitions.
Exceptions
metricId
or options
is null.
metricId
is empty or not a valid GUID.