Share via


AlertRuleResource.UpdateAsync(AlertRulePatch, CancellationToken) Method

Definition

Updates an existing classic metric AlertRuleResource. To update other fields use the CreateOrUpdate method.

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

Parameters

patch
AlertRulePatch

Parameters supplied to the operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to