MockableSecurityInsightsArmClient.GetSecurityInsightsIncidentTaskAsync Method

Definition

Gets an incident task.

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

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

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