Megosztás a következőn keresztül:


ViewKpiType Struct

Definition

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