Partager via


SecurityInsightsIncidentCommentCollection Classe

Définition

Classe représentant une collection de SecurityInsightsIncidentCommentResource et leurs opérations. Chacun SecurityInsightsIncidentCommentResource de la collection appartient au même instance de SecurityInsightsIncidentResource. Pour obtenir un SecurityInsightsIncidentCommentCollection instance appelez la méthode GetSecurityInsightsIncidentComments à partir d’un instance de SecurityInsightsIncidentResource.

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)
Héritage
SecurityInsightsIncidentCommentCollection
Implémente

Constructeurs

SecurityInsightsIncidentCommentCollection()

Initialise une nouvelle instance de la SecurityInsightsIncidentCommentCollection classe pour les moqueries.

Propriétés

Client

Obtient le ArmClient client de ressource à partir duquel il a été créé.

(Hérité de ArmCollection)
Diagnostics

Obtient les options de diagnostic pour ce client de ressources.

(Hérité de ArmCollection)
Endpoint

Obtient l’URI de base pour ce client de ressource.

(Hérité de ArmCollection)
Id

Obtient l’identificateur de ressource.

(Hérité de ArmCollection)
Pipeline

Obtient le pipeline pour ce client de ressources.

(Hérité de ArmCollection)

Méthodes

CreateOrUpdate(WaitUntil, String, SecurityInsightsIncidentCommentData, CancellationToken)

Crée ou met à jour un commentaire pour un incident donné.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • IdIncidentComments_CreateOrUpdate d’opération
CreateOrUpdateAsync(WaitUntil, String, SecurityInsightsIncidentCommentData, CancellationToken)

Crée ou met à jour un commentaire pour un incident donné.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • IdIncidentComments_CreateOrUpdate d’opération
Exists(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • IdIncidentComments_Get d’opération
ExistsAsync(String, CancellationToken)

Vérifie si la ressource existe dans Azure.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • IdIncidentComments_Get d’opération
Get(String, CancellationToken)

Obtient un commentaire pour un incident donné.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • IdIncidentComments_Get d’opération
GetAll(String, String, Nullable<Int32>, String, CancellationToken)

Obtient tous les commentaires pour un incident donné.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments
  • IdIncidentComments_List d’opération
GetAllAsync(String, String, Nullable<Int32>, String, CancellationToken)

Obtient tous les commentaires pour un incident donné.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments
  • IdIncidentComments_List d’opération
GetAsync(String, CancellationToken)

Obtient un commentaire pour un incident donné.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • IdIncidentComments_Get d’opération
TryGetApiVersion(ResourceType, String)

Obtient la substitution de version de l’API si elle a été définie pour les options clientes actuelles.

(Hérité de ArmCollection)

Implémentations d’interfaces explicites

IAsyncEnumerable<SecurityInsightsIncidentCommentResource>.GetAsyncEnumerator(CancellationToken)

Retourne un énumérateur qui boucle de façon asynchrone dans la collection.

IEnumerable.GetEnumerator()

Retourne un énumérateur qui itère au sein d’une collection.

IEnumerable<SecurityInsightsIncidentCommentResource>.GetEnumerator()

Retourne un énumérateur qui itère au sein de la collection.

S’applique à