QueryGrouping Class

The group by expression to be used in the query.

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

Inheritance
QueryGrouping

Constructor

QueryGrouping(*, type: Union[str, azure.mgmt.costmanagement.models._cost_management_client_enums.QueryColumnType], name: str, **kwargs)

Parameters

type
str or QueryColumnType
Required

Required. Has type of the column to group. Possible values include: "Tag", "Dimension".

name
str
Required

Required. The name of the column to group.