SecurityInsightsExtensions.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. <item> Mocking. To mock this method, please mock QueryThreatIntelligenceIndicators(ResourceIdentifier, ThreatIntelligenceFilteringCriteria, CancellationToken) instead. </item>
public static Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource> QueryThreatIntelligenceIndicators(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope, Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceFilteringCriteria threatIntelligenceFilteringCriteria, System.Threading.CancellationToken cancellationToken = default);
static member QueryThreatIntelligenceIndicators : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier * Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceFilteringCriteria * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.SecurityInsights.SecurityInsightsThreatIntelligenceIndicatorResource>
<Extension()>
Public Function QueryThreatIntelligenceIndicators (client As ArmClient, 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
client is null.