你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MetricsAdvisorAdministrationClient.UpdateAlertConfiguration 方法

定义

汇报现有的 AnomalyAlertConfiguration。 若要更新配置,不能直接从其构造函数创建 AnomalyAlertConfiguration 。 在调用此方法之前,需要通过 GetAlertConfiguration(String, CancellationToken) 或其他 CRUD 操作获取实例并对其进行更新。

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 实例,其中包含有关更新的配置的信息。

例外

alertConfigurationalertConfiguration。ID 为 null。

适用于