OperationalInsightsWorkspaceSecurityInsightsResource.GetAllThreatIntelligenceIndicatorMetricsAsync 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: ThreatIntelligenceIndicatorMetrics_List
- Default Api Version: 2024-01-01-preview
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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET