Share via


RuleOperationsExtensions.Delete Method (IRuleOperations, String)

 

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

Syntax

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

Parameters

  • ruleId
    Type: System.String

    Required. The id of the rule to delete.

Return Value

Type: Microsoft.Azure.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