Share via


MetricAlertResource.UpdateAsync(MetricAlertPatch, CancellationToken) Method

Definition

Update an metric alert definition.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/metricAlerts/{ruleName}
  • Operation Id: MetricAlerts_Update
  • Default Api Version: 2018-03-01
  • Resource: MetricAlertResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MetricAlertResource>> UpdateAsync (Azure.ResourceManager.Monitor.Models.MetricAlertPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateAsync : Azure.ResourceManager.Monitor.Models.MetricAlertPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MetricAlertResource>>
override this.UpdateAsync : Azure.ResourceManager.Monitor.Models.MetricAlertPatch * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.MetricAlertResource>>
Public Overridable Function UpdateAsync (patch As MetricAlertPatch, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MetricAlertResource))

Parameters

patch
MetricAlertPatch

The parameters of the rule to update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to