ArmSecurityInsightsModelFactory.ThreatIntelligenceQuerySortBy 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.ThreatIntelligenceQuerySortBy ThreatIntelligenceQuerySortBy(Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQuerySortingDirection? direction = default, string field = default);
static member ThreatIntelligenceQuerySortBy : Nullable<Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQuerySortingDirection> * string -> Azure.ResourceManager.SecurityInsights.Models.ThreatIntelligenceQuerySortBy
Public Shared Function ThreatIntelligenceQuerySortBy (Optional direction As Nullable(Of ThreatIntelligenceQuerySortingDirection) = Nothing, Optional field As String = Nothing) As ThreatIntelligenceQuerySortBy
Parameters
- direction
- Nullable<ThreatIntelligenceQuerySortingDirection>
The direction to sort the results by.
- field
- String
Represents the field to sort the results by.
Returns
A new ThreatIntelligenceQuerySortBy instance for mocking.