MockableSecurityInsightsArmClient.GetSecurityInsightsIncidentAsync Method

Definition

Gets a given incident.

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

Parameters

scope
ResourceIdentifier

The scope of the resource collection to get.

incidentId
String

Incident ID.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

incidentId is null.

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

Applies to