Freigeben über


SecurityInsightsIncidentRelationCollection Klasse

Definition

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

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

Konstruktoren

SecurityInsightsIncidentRelationCollection()

Initialisiert eine neue instance der SecurityInsightsIncidentRelationCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, SecurityInsightsIncidentRelationData, CancellationToken)

Erstellt oder aktualisiert eine Beziehung für einen bestimmten Incident.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations/{relationName}
  • Vorgang IdIncidentRelations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsIncidentRelationData, CancellationToken)

Erstellt oder aktualisiert eine Beziehung für einen bestimmten Incident.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations/{relationName}
  • Vorgang IdIncidentRelations_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations/{relationName}
  • Vorgang IdIncidentRelations_Get
ExistsAsync(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations/{relationName}
  • Vorgang IdIncidentRelations_Get
Get(String, CancellationToken)

Ruft eine Beziehung für einen bestimmten Incident ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations/{relationName}
  • Vorgang IdIncidentRelations_Get
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Ruft alle Beziehungen für einen bestimmten Incident ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations
  • Vorgang IdIncidentRelations_List
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Ruft alle Beziehungen für einen bestimmten Incident ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations
  • Vorgang IdIncidentRelations_List
GetAsync(String, CancellationToken)

Ruft eine Beziehung für einen bestimmten Incident ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/relations/{relationName}
  • Vorgang IdIncidentRelations_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<SecurityInsightsIncidentRelationResource>.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<SecurityInsightsIncidentRelationResource>.GetEnumerator()

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

Gilt für: