Freigeben über


AlertRuleResource.GetAlertRuleIncidentsAsync(CancellationToken) Methode

Definition

Ruft eine Liste der Vorfälle ab, die einer Warnungsregel zugeordnet sind

  • Anfordern von Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}/incidents
  • Vorgang IdAlertRuleIncidents_ListByAlertRule
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorIncident> GetAlertRuleIncidentsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAlertRuleIncidentsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorIncident>
override this.GetAlertRuleIncidentsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.Models.MonitorIncident>
Public Overridable Function GetAlertRuleIncidentsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of MonitorIncident)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der MonitorIncident mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: