Compartilhar via


IAlertOperations.DeleteRuleAsync Method (String, String, CancellationToken)

 

Namespace:   Microsoft.Azure.Management.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

Task<OperationResponse> DeleteRuleAsync(
    string resourceGroupName,
    string ruleName,
    CancellationToken cancellationToken
)
Task<OperationResponse^>^ DeleteRuleAsync(
    String^ resourceGroupName,
    String^ ruleName,
    CancellationToken cancellationToken
)
abstract DeleteRuleAsync : 
        resourceGroupName:string *
        ruleName:string *
        cancellationToken:CancellationToken -> Task<OperationResponse>
Function DeleteRuleAsync (
    resourceGroupName As String,
    ruleName As String,
    cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group.

Return Value

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

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

See Also

IAlertOperations Interface
Microsoft.Azure.Management.Insights Namespace

Return to top