MockableSecurityInsightsArmClient.GetAllThreatIntelligenceIndicatorMetricsAsync Method

Definition

Get threat intelligence indicators metrics (Indicators counts by Type, Threat Type, Source).

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/metrics.
  • Operation Id. : ThreatIntelligenceIndicatorMetricsOperationGroup_List.
  • Default Api Version. : 2025-07-01-preview.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetricsList>> GetAllThreatIntelligenceIndicatorMetricsAsync(Azure.Core.ResourceIdentifier scope, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllThreatIntelligenceIndicatorMetricsAsync : Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetricsList>>
override this.GetAllThreatIntelligenceIndicatorMetricsAsync : Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetricsList>>
Public Overridable Function GetAllThreatIntelligenceIndicatorMetricsAsync (scope As ResourceIdentifier, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ThreatIntelligenceMetricsList))

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scope is null.

Applies to