ReportConfigSorting Class

The order by expression to be used in the report.

All required parameters must be populated in order to send to Azure.

Inheritance
ReportConfigSorting

Constructor

ReportConfigSorting(*, name: str, direction: Optional[Union[str, azure.mgmt.costmanagement.models._cost_management_client_enums.ReportConfigSortingDirection]] = None, **kwargs)

Parameters

direction
str or ReportConfigSortingDirection
Required

Direction of sort. Possible values include: "Ascending", "Descending".

name
str
Required

Required. The name of the column to sort.