MetricsAdvisorClient.GetAnomalyDimensionValuesAsync 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 all the values a specified dimension has assumed for anomalous data points detected by a AnomalyAlertConfiguration.
public virtual Azure.AsyncPageable<string> GetAnomalyDimensionValuesAsync (string detectionConfigurationId, string dimensionName, Azure.AI.MetricsAdvisor.GetAnomalyDimensionValuesOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAnomalyDimensionValuesAsync : string * string * Azure.AI.MetricsAdvisor.GetAnomalyDimensionValuesOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<string>
override this.GetAnomalyDimensionValuesAsync : string * string * Azure.AI.MetricsAdvisor.GetAnomalyDimensionValuesOptions * System.Threading.CancellationToken -> Azure.AsyncPageable<string>
Public Overridable Function GetAnomalyDimensionValuesAsync (detectionConfigurationId As String, dimensionName As String, options As GetAnomalyDimensionValuesOptions, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of String)
Parameters
- detectionConfigurationId
- String
The unique identifier of the AnomalyAlertConfiguration.
- dimensionName
- String
The name of the dimension.
- options
- GetAnomalyDimensionValuesOptions
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 values the specified dimension assumed for anomalous data points. Items are unique.
Exceptions
detectionConfigurationId
, dimensionName
, or options
is null.
detectionConfigurationId
or dimensionName
is empty; or detectionConfigurationId
is not a valid GUID.