Share via


AlertRuleResource.GetAlertRuleIncidentAsync(String, CancellationToken) Method

Definition

Gets an incident associated to an alert rule

  • Request Path: /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}/incidents/{incidentName}
  • Operation Id: AlertRuleIncidents_Get
  • Default Api Version: 2016-03-01
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Models.MonitorIncident>> GetAlertRuleIncidentAsync (string incidentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAlertRuleIncidentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Models.MonitorIncident>>
override this.GetAlertRuleIncidentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.Models.MonitorIncident>>
Public Overridable Function GetAlertRuleIncidentAsync (incidentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of MonitorIncident))

Parameters

incidentName
String

The name of the incident to retrieve.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

incidentName is an empty string, and was expected to be non-empty.

incidentName is null.

Applies to