Freigeben über


SecurityInsightsIncidentCollection.Get(String, CancellationToken) Methode

Definition

Ruft einen bestimmten Vorfall ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}
  • Vorgang IdIncidents_Get
public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource> Get (string incidentId, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource>
Public Overridable Function Get (incidentId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityInsightsIncidentResource)

Parameter

incidentId
String

Incident-ID.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

incidentId ist NULL.

Gilt für: