OrderBy Class
Describes a column to sort.
- Inheritance
-
azure.mgmt.network._serialization.ModelOrderBy
Constructor
OrderBy(*, field: str | None = None, order: str | _models.FirewallPolicyIDPSQuerySortOrder | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
field
|
Describes the actual column name to sort by. |
order
|
Describes if results should be in ascending/descending order. Known values are: "Ascending" and "Descending". |
Variables
Name | Description |
---|---|
field
|
Describes the actual column name to sort by. |
order
|
Describes if results should be in ascending/descending order. Known values are: "Ascending" and "Descending". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python