次の方法で共有


MetricsAdvisorAdministrationClient.UpdateAlertConfiguration メソッド

定義

既存AnomalyAlertConfigurationの を更新します。 構成を更新するために、コンストラクターから を AnomalyAlertConfiguration 直接作成することはできません。 または別の CRUD 操作を使用して GetAlertConfiguration(String, CancellationToken) インスタンスを取得し、このメソッドを呼び出す前に更新する必要があります。

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

パラメーター

alertConfiguration
AnomalyAlertConfiguration

AnomalyAlertConfiguration更新プログラムを含む 。

cancellationToken
CancellationToken

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

戻り値

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

例外

alertConfiguration または alertConfiguration。ID が null です。

適用対象