ActivityLogAlertsOperationsExtensions.CreateOrUpdateAsync Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.Monitor.IActivityLogAlertsOperations operations, string resourceGroupName, string activityLogAlertName, Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource activityLogAlertRule, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Monitor.IActivityLogAlertsOperations * string * string * Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.ActivityLogAlertResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IActivityLogAlertsOperations, resourceGroupName As String, activityLogAlertName As String, activityLogAlertRule As ActivityLogAlertResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ActivityLogAlertResource)

Parameters

operations
IActivityLogAlertsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

activityLogAlertName
String

The name of the Activity Log Alert rule.

activityLogAlertRule
ActivityLogAlertResource

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

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to