Aracılığıyla paylaş


OrderBy Constructors

Definition

Overloads

OrderBy()

Initializes a new instance of the OrderBy class.

OrderBy(String, String)

Initializes a new instance of the OrderBy class.

OrderBy()

Initializes a new instance of the OrderBy class.

public OrderBy ();
Public Sub New ()

Applies to

OrderBy(String, String)

Initializes a new instance of the OrderBy class.

public OrderBy (string field = default, string order = default);
new Microsoft.Azure.Management.Network.Models.OrderBy : string * string -> Microsoft.Azure.Management.Network.Models.OrderBy
Public Sub New (Optional field As String = Nothing, Optional order As String = Nothing)

Parameters

field
String

Describes the actual column name to sort by

order
String

Describes if results should be in ascending/descending order. Possible values include: 'Ascending', 'Descending'

Applies to