RuleOperationsExtensions.Delete(IRuleOperations, String) Method

Definition

public static Microsoft.Azure.AzureOperationResponse Delete (this Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations operations, string ruleId);
static member Delete : Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations * string -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function Delete (operations As IRuleOperations, ruleId As String) As AzureOperationResponse

Parameters

operations
IRuleOperations

Reference to the Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations.

ruleId
String

Required. The id of the rule to delete.

Returns

Microsoft.Azure.AzureOperationResponse

A standard service response including an HTTP status code and request ID.

Applies to