ActivityLogAlertsOperationsExtensions.Delete Method

Definition

Delete an Activity Log Alert rule.

public static void Delete (this Microsoft.Azure.Management.Monitor.IActivityLogAlertsOperations operations, string resourceGroupName, string activityLogAlertName);
static member Delete : Microsoft.Azure.Management.Monitor.IActivityLogAlertsOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IActivityLogAlertsOperations, resourceGroupName As String, activityLogAlertName As String)

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.

Applies to