次の方法で共有


MetricsAdvisorAdministrationClient.CreateAlertConfigurationAsync メソッド

定義

AnomalyAlertConfiguration 作成し、一意の ID を割り当てます。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.AI.MetricsAdvisor.Models.AnomalyAlertConfiguration>> CreateAlertConfigurationAsync (Azure.AI.MetricsAdvisor.Models.AnomalyAlertConfiguration alertConfiguration, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAlertConfigurationAsync : Azure.AI.MetricsAdvisor.Models.AnomalyAlertConfiguration * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.MetricsAdvisor.Models.AnomalyAlertConfiguration>>
override this.CreateAlertConfigurationAsync : Azure.AI.MetricsAdvisor.Models.AnomalyAlertConfiguration * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.MetricsAdvisor.Models.AnomalyAlertConfiguration>>
Public Overridable Function CreateAlertConfigurationAsync (alertConfiguration As AnomalyAlertConfiguration, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AnomalyAlertConfiguration))

パラメーター

alertConfiguration
AnomalyAlertConfiguration

作成 AnomalyAlertConfiguration する方法を指定します。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

操作の結果を含む Response<T> です。 結果は、作成された AnomalyAlertConfiguration 構成に関する情報を含むインスタンスです。

例外

alertConfiguration または alertConfiguration。名前が null です。

alertConfiguration.名前が空です。

適用対象