Bagikan melalui


AlertRuleResource.GetAlertRuleIncidents(CancellationToken) Method

Definition

Gets a list of incidents associated to an alert rule

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of MonitorIncident that may take multiple service requests to iterate over.

Applies to