MetricsAdvisorClient.GetMetricSeriesDefinitions 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.Pageable<Azure.AI.MetricsAdvisor.Models.MetricSeriesDefinition> GetMetricSeriesDefinitions (string metricId, Azure.AI.MetricsAdvisor.GetMetricSeriesDefinitionsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMetricSeriesDefinitions : string * Azure.AI.MetricsAdvisor.GetMetricSeriesDefinitionsOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.Models.MetricSeriesDefinition>
override this.GetMetricSeriesDefinitions : string * Azure.AI.MetricsAdvisor.GetMetricSeriesDefinitionsOptions * System.Threading.CancellationToken -> Azure.Pageable<Azure.AI.MetricsAdvisor.Models.MetricSeriesDefinition>
Public Overridable Function GetMetricSeriesDefinitions (metricId As String, options As GetMetricSeriesDefinitionsOptions, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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
A Pageable<T> containing the collection of MetricSeriesDefinitions.
Exceptions
metricId
or options
is null.
metricId
is empty or not a valid GUID.
Applies to
Azure SDK for .NET