RuleOperationsExtensions.DeleteAsync Method (IRuleOperations, String)

 

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

public static Task<AzureOperationResponse> DeleteAsync(
	this IRuleOperations operations,
	string ruleId
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.IRuleOperations

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

ruleId
Type: System.String

Required. The id of the rule to delete.

Return Value

Type: System.Threading.Tasks.Task<AzureOperationResponse>

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

Return to top
Show: