MockableSecurityInsightsArmClient.GetAllThreatIntelligenceIndicatorMetrics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Azure.Response<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetricsList> GetAllThreatIntelligenceIndicatorMetrics(Azure.Core.ResourceIdentifier scope, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllThreatIntelligenceIndicatorMetrics : Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetricsList>
override this.GetAllThreatIntelligenceIndicatorMetrics : Azure.Core.ResourceIdentifier * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceMetricsList>
Public Overridable Function GetAllThreatIntelligenceIndicatorMetrics (scope As ResourceIdentifier, Optional cancellationToken As CancellationToken = Nothing) As 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.