ArmNetworkModelFactory.IdpsQueryOrderBy Method

Definition

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.

order
Nullable<FirewallPolicyIdpsQuerySortOrder>

Describes if results should be in ascending/descending order.

Returns

A new IdpsQueryOrderBy instance for mocking.

Applies to