다음을 통해 공유


ScheduledQueryRulesOperationsExtensions.Delete Method

Definition

Deletes a Log Search rule

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

Parameters

operations
IScheduledQueryRulesOperations

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