SecurityInsightsIncidentResource.GetSecurityInsightsIncidentCommentAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentCommentResource>> GetSecurityInsightsIncidentCommentAsync (string incidentCommentId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsIncidentCommentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentCommentResource>>
override this.GetSecurityInsightsIncidentCommentAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentCommentResource>>
Public Overridable Function GetSecurityInsightsIncidentCommentAsync (incidentCommentId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsIncidentCommentResource))
Paramètres
- incidentCommentId
- String
ID de commentaire d’incident.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
incidentCommentId
est une chaîne vide et devait être non vide.
incidentCommentId
a la valeur null.