Freigeben über


AlertRuleResource.GetAlertRuleIncidentAsync(String, CancellationToken) Methode

Definition

Ruft einen Vorfall ab, der einer Warnungsregel zugeordnet ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/microsoft.insights/alertrules/{ruleName}/incidents/{incidentName}
  • Vorgangs-IdAlertRuleIncidents_Get
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))

Parameter

incidentName
String

Der Name des abzurufenden Incidents.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

incidentName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

incidentName ist NULL.

Gilt für: