MockableSecurityInsightsArmClient.GetSecurityInsightsIncidentTask Method

Definition

Gets an incident task.

public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource> GetSecurityInsightsIncidentTask(Azure.Core.ResourceIdentifier scope, string incidentTaskId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsIncidentTask : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>
override this.GetSecurityInsightsIncidentTask : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>
Public Overridable Function GetSecurityInsightsIncidentTask (scope As ResourceIdentifier, incidentTaskId As String, Optional cancellationToken As CancellationToken = Nothing) As 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