Share via


SecurityInsightsIncidentResource.GetSecurityInsightsIncidentTask Method

Definition

Gets an incident task.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/incidents/{incidentId}/tasks/{incidentTaskId}
  • Operation Id: IncidentTasks_Get
  • Default Api Version: 2024-01-01-preview
  • Resource: SecurityInsightsIncidentTaskResource
public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource> GetSecurityInsightsIncidentTask (string incidentTaskId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSecurityInsightsIncidentTask : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>
override this.GetSecurityInsightsIncidentTask : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.SecurityInsightsIncidentTaskResource>
Public Overridable Function GetSecurityInsightsIncidentTask (incidentTaskId As String, Optional cancellationToken As CancellationToken = Nothing) As 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