Bagikan melalui


AlertRulesOperationsExtensions.Delete Method

Definition

Deletes a classic metric alert rule

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

Parameters

operations
IAlertRulesOperations

The operations group for this extension method.

resourceGroupName
String

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

ruleName
String

The name of the rule.

Applies to