SecurityInsightsIncidentResource.GetSecurityInsightsIncidentTaskAsync Method

Definition

Gets an incident task.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>> GetSecurityInsightsIncidentTaskAsync(string incidentTaskId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsIncidentTaskAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>>
override this.GetSecurityInsightsIncidentTaskAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>>
Public Overridable Function GetSecurityInsightsIncidentTaskAsync (incidentTaskId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of SecurityInsightsIncidentTaskResource))

Parameters

incidentTaskId
String

Incident task ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

incidentTaskId is null.

incidentTaskId is an empty string, and was expected to be non-empty.

Applies to