Share via


MetricAlertCollection.CreateOrUpdate Method

Definition

Create or update an metric alert definition.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/metricAlerts/{ruleName}
  • Operation Id: MetricAlerts_CreateOrUpdate
  • Default Api Version: 2018-03-01
  • Resource: MetricAlertResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.MetricAlertResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string ruleName, Azure.ResourceManager.Monitor.MetricAlertData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.MetricAlertData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.MetricAlertResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.MetricAlertData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.MetricAlertResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, ruleName As String, data As MetricAlertData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of MetricAlertResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

ruleName
String

The name of the rule.

data
MetricAlertData

The parameters of the rule to create or update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

ruleName is an empty string, and was expected to be non-empty.

ruleName or data is null.

Applies to