KpiProperties Class

Each KPI must contain a 'type' and 'enabled' key.

Inheritance
KpiProperties

Constructor

KpiProperties(*, type: Optional[Union[str, azure.mgmt.costmanagement.models._cost_management_client_enums.KpiType]] = None, id: Optional[str] = None, enabled: Optional[bool] = None, **kwargs)

Parameters

type
str or KpiType
Required

KPI type (Forecast, Budget). Possible values include: "Forecast", "Budget".

id
str
Required

ID of resource related to metric (budget).

enabled
bool
Required

show the KPI in the UI?.