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.StringThe name of the resource group.
ruleName
Type: System.StringThe name of the rule.
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
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