IAlertOperations.ListIncidentsForRuleAsync Method (String, String, CancellationToken)
Namespace:
Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Task<IncidentListResponse> ListIncidentsForRuleAsync( string resourceGroupName, string ruleName, CancellationToken cancellationToken )
Parameters
- resourceGroupName
-
Type:
System.String
The name of the resource group.
- ruleName
-
Type:
System.String
The name of the rule.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<IncidentListResponse>The List incidents operation response.
Show: