Compartilhar via


SecurityInsightsIncidentResource.GetSecurityInsightsIncidentCommentAsync Método

Definição

Obtém um comentário para um determinado incidente.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/comments/{incidentCommentId}
  • Operação IdIncidentComments_Get
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))

Parâmetros

incidentCommentId
String

ID do comentário do incidente.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

incidentCommentId é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.

incidentCommentId é nulo.

Aplica-se a