OperationalInsightsWorkspaceSecurityInsightsResource.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: ThreatIntelligenceIndicatorMetrics_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetrics> GetAllThreatIntelligenceIndicatorMetricsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllThreatIntelligenceIndicatorMetricsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetrics>
override this.GetAllThreatIntelligenceIndicatorMetricsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetrics>
Public Overridable Function GetAllThreatIntelligenceIndicatorMetricsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ThreatIntelligenceMetrics)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ThreatIntelligenceMetrics that may take multiple service requests to iterate over.

Applies to