Uses of Class
com.azure.resourcemanager.costmanagement.models.KpiProperties
Packages that use KpiProperties
Package
Description
Package containing the inner data models for CostManagementClient.
Package containing the data models for CostManagementClient.
-
Uses of KpiProperties in com.azure.resourcemanager.costmanagement.fluent.models
Methods in com.azure.resourcemanager.costmanagement.fluent.models that return types with arguments of type KpiPropertiesModifier and TypeMethodDescriptionViewInner.kpis()Get the kpis property: List of KPIs to show in Cost Analysis UI.ViewProperties.kpis()Get the kpis property: List of KPIs to show in Cost Analysis UI.Method parameters in com.azure.resourcemanager.costmanagement.fluent.models with type arguments of type KpiPropertiesModifier and TypeMethodDescriptionViewInner.withKpis(List<KpiProperties> kpis) Set the kpis property: List of KPIs to show in Cost Analysis UI.ViewProperties.withKpis(List<KpiProperties> kpis) Set the kpis property: List of KPIs to show in Cost Analysis UI. -
Uses of KpiProperties in com.azure.resourcemanager.costmanagement.models
Methods in com.azure.resourcemanager.costmanagement.models that return KpiPropertiesModifier and TypeMethodDescriptionKpiProperties.withEnabled(Boolean enabled) Set the enabled property: show the KPI in the UI?.Set the id property: ID of resource related to metric (budget).Set the type property: KPI type (Forecast, Budget).Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type KpiPropertiesModifier and TypeMethodDescriptionView.kpis()Gets the kpis property: List of KPIs to show in Cost Analysis UI.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type KpiPropertiesModifier and TypeMethodDescriptionView.DefinitionStages.WithKpis.withKpis(List<KpiProperties> kpis) Specifies the kpis property: List of KPIs to show in Cost Analysis UI..View.UpdateStages.WithKpis.withKpis(List<KpiProperties> kpis) Specifies the kpis property: List of KPIs to show in Cost Analysis UI..