Compartilhar via


IAlertOperations.ListIncidentsForRuleAsync Method (String, String, CancellationToken)

 

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

Syntax

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

Parameters

  • resourceGroupName
    Type: System.String

    The name of the resource group.

Return Value

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

The List incidents operation response.

See Also

IAlertOperations Interface
Microsoft.Azure.Management.Insights Namespace

Return to top