Freigeben über


SecurityInsightsIncidentCommentCollection Klasse

Definition

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

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

Konstruktoren

SecurityInsightsIncidentCommentCollection()

Initialisiert eine neue instance der SecurityInsightsIncidentCommentCollection -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, SecurityInsightsIncidentCommentData, CancellationToken)

Erstellt oder aktualisiert einen Kommentar für einen bestimmten Incident.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • Vorgang IdIncidentComments_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsIncidentCommentData, CancellationToken)

Erstellt oder aktualisiert einen Kommentar für einen bestimmten Incident.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • Vorgang IdIncidentComments_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • Vorgang IdIncidentComments_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • Vorgang IdIncidentComments_Get
Get(String, CancellationToken)

Ruft einen Kommentar für einen bestimmten Vorfall ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • Vorgang IdIncidentComments_Get
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Ruft alle Kommentare für einen bestimmten Vorfall ab.

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

Ruft alle Kommentare für einen bestimmten Vorfall ab.

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

Ruft einen Kommentar für einen bestimmten Vorfall ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • Vorgang IdIncidentComments_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<SecurityInsightsIncidentCommentResource>.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<SecurityInsightsIncidentCommentResource>.GetEnumerator()

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

Gilt für: