OrderBy Constructors
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.
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET