Share via


AlertRuleResource.Update(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 Azure.Response<Azure.ResourceManager.Monitor.AlertRuleResource> Update (Azure.ResourceManager.Monitor.Models.AlertRulePatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.Monitor.Models.AlertRulePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.AlertRuleResource>
override this.Update : Azure.ResourceManager.Monitor.Models.AlertRulePatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Monitor.AlertRuleResource>
Public Overridable Function Update (patch As AlertRulePatch, Optional cancellationToken As CancellationToken = Nothing) As 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