ArmSecurityInsightsModelFactory.ThreatIntelligenceQuery 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.
public static Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQuery ThreatIntelligenceQuery(Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryCondition condition = default, Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQuerySortBy sortBy = default, int? maxPageSize = default, int? minPageSize = default);
static member ThreatIntelligenceQuery : Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQueryCondition * Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQuerySortBy * Nullable<int> * Nullable<int> -> Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQuery
Public Shared Function ThreatIntelligenceQuery (Optional condition As ThreatIntelligenceQueryCondition = Nothing, Optional sortBy As ThreatIntelligenceQuerySortBy = Nothing, Optional maxPageSize As Nullable(Of Integer) = Nothing, Optional minPageSize As Nullable(Of Integer) = Nothing) As ThreatIntelligenceQuery
Parameters
- condition
- ThreatIntelligenceQueryCondition
Represents a condition used to query for TI objects.
Specifies how to sort the query results.
Represents the maximum size of the page that will be returned from the query API.
Represents the minimum size of the page that will be returned from the query API.
Returns
A new ThreatIntelligenceQuery instance for mocking.