你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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".