MockableSecurityInsightsArmClient.QueryThreatIntelligenceIndicators 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.
Query threat intelligence indicators as per filtering criteria.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/threatIntelligence/main/queryIndicators.
- Operation Id. : ThreatIntelligenceIndicatorOperationGroup_QueryIndicators.
- Default Api Version. : 2025-07-01-preview.
public virtual Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource> QueryThreatIntelligenceIndicators(Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceFilteringCriteria threatIntelligenceFilteringCriteria, System.Threading.CancellationToken cancellationToken = default);
abstract member QueryThreatIntelligenceIndicators : Azure.Core.ResourceIdentifier * Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceFilteringCriteria * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
override this.QueryThreatIntelligenceIndicators : Azure.Core.ResourceIdentifier * Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceFilteringCriteria * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
Public Overridable Function QueryThreatIntelligenceIndicators (scope As ResourceIdentifier, threatIntelligenceFilteringCriteria As ThreatIntelligenceFilteringCriteria, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecurityInsightsThreatIntelligenceIndicatorResource)
Parameters
- scope
- ResourceIdentifier
The scope that the resource will apply against.
- threatIntelligenceFilteringCriteria
- ThreatIntelligenceFilteringCriteria
The content of the action request.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SecurityInsightsThreatIntelligenceIndicatorResource that may take multiple service requests to iterate over.
Exceptions
scope or threatIntelligenceFilteringCriteria is null.