Freigeben über


SecurityInsightsIncidentCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren SecurityInsightsIncidentResource Vorgänge darstellt. Jedes SecurityInsightsIncidentResource in der Auflistung gehört zum gleichen instance von OperationalInsightsWorkspaceSecurityInsightsResource. Um einen SecurityInsightsIncidentCollection instance rufen Sie die GetSecurityInsightsIncidents-Methode aus einer instance von aufOperationalInsightsWorkspaceSecurityInsightsResource.

public class SecurityInsightsIncidentCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentResource>
type SecurityInsightsIncidentCollection = class
    inherit ArmCollection
    interface seq<SecurityInsightsIncidentResource>
    interface IEnumerable
    interface IAsyncEnumerable<SecurityInsightsIncidentResource>
Public Class SecurityInsightsIncidentCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SecurityInsightsIncidentResource), IEnumerable(Of SecurityInsightsIncidentResource)
Vererbung
SecurityInsightsIncidentCollection
Implementiert

Konstruktoren

SecurityInsightsIncidentCollection()

Initialisiert eine neue instance der -Klasse für die SecurityInsightsIncidentCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, SecurityInsightsIncidentData, CancellationToken)

Erstellt oder aktualisiert einen Incident.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}
  • Vorgangs-IdIncidents_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsIncidentData, CancellationToken)

Erstellt oder aktualisiert einen Incident.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}
  • Vorgangs-IdIncidents_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}
  • Vorgangs-IdIncidents_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}
  • Vorgangs-IdIncidents_Get
Get(String, CancellationToken)

Ruft einen bestimmten Vorfall ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}
  • Vorgangs-IdIncidents_Get
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Ruft alle Vorfälle ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents
  • Vorgangs-IdIncidents_List
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Ruft alle Vorfälle ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents
  • Vorgangs-IdIncidents_List
GetAsync(String, CancellationToken)

Ruft einen bestimmten Vorfall ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}
  • Vorgangs-IdIncidents_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<SecurityInsightsIncidentResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<SecurityInsightsIncidentResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: