KpiProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Each KPI must contain a 'type' and 'enabled' key.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.KpiPropertiesTypeConverter))]
public class KpiProperties : Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IKpiProperties, Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IKpiPropertiesInternal
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.KpiPropertiesTypeConverter))>]
type KpiProperties = class
interface IKpiProperties
interface IJsonSerializable
interface IKpiPropertiesInternal
Public Class KpiProperties
Implements IKpiProperties, IKpiPropertiesInternal
- Inheritance
-
KpiProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
|
Kpi |
Creates an new KpiProperties instance. |
Properties
| Name | Description |
|---|---|
| Enabled |
show the KPI in the UI? |
| Id |
ID of resource related to metric (budget). |
| Type |
KPI type (Forecast, Budget). |
Methods
| Name | Description |
|---|---|
|
Deserialize |
Deserializes a IDictionary into an instance of KpiProperties. |
|
Deserialize |
Deserializes a PSObject into an instance of KpiProperties. |
|
From |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Models.Api20211001.IKpiProperties. |
|
From |
Creates a new instance of KpiProperties, deserializing the content from a json string. |
|
To |
Serializes this instance of KpiProperties into a JsonNode. |
|
To |
Serializes this instance to a json string. |