Share via


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to