ArmNetworkModelFactory.IdpsQueryOrderBy 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.Network.Models.IdpsQueryOrderBy IdpsQueryOrderBy(string field = default, Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder? order = default);
static member IdpsQueryOrderBy : string * Nullable<Azure.ResourceManager.Network.Models.FirewallPolicyIdpsQuerySortOrder> -> Azure.ResourceManager.Network.Models.IdpsQueryOrderBy
Public Shared Function IdpsQueryOrderBy (Optional field As String = Nothing, Optional order As Nullable(Of FirewallPolicyIdpsQuerySortOrder) = Nothing) As IdpsQueryOrderBy
Parameters
- field
- String
Describes the actual column name to sort by.
Describes if results should be in ascending/descending order.
Returns
A new IdpsQueryOrderBy instance for mocking.