ViewKpiType Struct
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.
KPI type (Forecast, Budget).
public readonly struct ViewKpiType : IEquatable<Azure.ResourceManager.CostManagement.Models.ViewKpiType>
type ViewKpiType = struct
Public Structure ViewKpiType
Implements IEquatable(Of ViewKpiType)
- Inheritance
-
ViewKpiType
- Implements
Constructors
ViewKpiType(String) |
Initializes a new instance of ViewKpiType. |
Properties
Budget |
Budget. |
Forecast |
Forecast. |
Methods
Equals(ViewKpiType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ViewKpiType, ViewKpiType) |
Determines if two ViewKpiType values are the same. |
Implicit(String to ViewKpiType) |
Converts a string to a ViewKpiType. |
Inequality(ViewKpiType, ViewKpiType) |
Determines if two ViewKpiType values are not the same. |
Applies to
Azure SDK for .NET