IAlertOperations.GetIncidentAsync Method (String, String, String, CancellationToken)
Namespace:
Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Task<IncidentGetResponse> GetIncidentAsync( string resourceGroupName, string ruleName, string incidentName, CancellationToken cancellationToken )
Parameters
- resourceGroupName
-
Type:
System.String
The name of the resource group.
- ruleName
-
Type:
System.String
The name of the rule.
- incidentName
-
Type:
System.String
The name of the incident to retrieve.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task<IncidentGetResponse>The Get Incident operation response.
Show: