Compartilhar via


OrderBy Class

Describes a column to sort.

Inheritance
azure.mgmt.network._serialization.Model
OrderBy

Constructor

OrderBy(*, field: str | None = None, order: str | _models.FirewallPolicyIDPSQuerySortOrder | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
field
str

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
str

Describes the actual column name to sort by.

order

Describes if results should be in ascending/descending order. Known values are: "Ascending" and "Descending".