Share via


RuleOperationsExtensions.DeleteAsync Method (IRuleOperations, String)

 

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

Syntax

public static Task<AzureOperationResponse> DeleteAsync(
    this IRuleOperations operations,
    string ruleId
)
public:
[ExtensionAttribute]
static Task<AzureOperationResponse^>^ DeleteAsync(
    IRuleOperations^ operations,
    String^ ruleId
)
static member DeleteAsync : 
        operations:IRuleOperations *
        ruleId:string -> Task<AzureOperationResponse>
<ExtensionAttribute>
Public Shared Function DeleteAsync (
    operations As IRuleOperations,
    ruleId As String
) As Task(Of AzureOperationResponse)

Parameters

  • 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.

See Also

RuleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace

Return to top