次の方法で共有


MetricsAdvisorAdministrationClient.CreateAlertConfiguration メソッド

定義

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

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

パラメーター

alertConfiguration
AnomalyAlertConfiguration

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

cancellationToken
CancellationToken

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

戻り値

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

例外

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

alertConfiguration.名前が空です。

適用対象