共用方式為


ActivityLogAlertCollection.CreateOrUpdateAsync Method

Definition

Create a new Activity Log Alert rule or update an existing one.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/activityLogAlerts/{activityLogAlertName}
  • Operation Id: ActivityLogAlerts_CreateOrUpdate
  • Default Api Version: 2020-10-01
  • Resource: ActivityLogAlertResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.ActivityLogAlertResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string activityLogAlertName, Azure.ResourceManager.Monitor.ActivityLogAlertData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.ActivityLogAlertData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.ActivityLogAlertResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Monitor.ActivityLogAlertData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Monitor.ActivityLogAlertResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, activityLogAlertName As String, data As ActivityLogAlertData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ActivityLogAlertResource))

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.

activityLogAlertName
String

The name of the Activity Log Alert rule.

data
ActivityLogAlertData

The Activity Log Alert rule to create or use for the update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

activityLogAlertName or data is null.

Applies to