Share via


CostManagementAlertResource.Update Method

Definition

Dismisses the specified alert

  • Request Path: /{scope}/providers/Microsoft.CostManagement/alerts/{alertId}
  • Operation Id: Alerts_Dismiss
public virtual Azure.Response<Azure.ResourceManager.CostManagement.CostManagementAlertResource> Update (Azure.ResourceManager.CostManagement.Models.CostManagementAlertPatch patch, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.ResourceManager.CostManagement.Models.CostManagementAlertPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementAlertResource>
override this.Update : Azure.ResourceManager.CostManagement.Models.CostManagementAlertPatch * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CostManagement.CostManagementAlertResource>
Public Overridable Function Update (patch As CostManagementAlertPatch, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CostManagementAlertResource)

Parameters

patch
CostManagementAlertPatch

Parameters supplied to the Dismiss Alert operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

patch is null.

Applies to