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


KpiType Struct

Definition

KPI type (Forecast, Budget).

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.KpiTypeTypeConverter))]
public struct KpiType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.KpiType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.KpiTypeTypeConverter))>]
type KpiType = struct
    interface IArgumentCompleter
Public Structure KpiType
Implements IArgumentCompleter, IEquatable(Of KpiType)
Inheritance
KpiType
Attributes
Implements

Fields

Budget
Forecast

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(KpiType)

Compares values of enum type KpiType

Equals(Object)

Compares values of enum type KpiType (override for Object)

GetHashCode()

Returns hashCode for enum KpiType

ToString()

Returns string representation for KpiType

Operators

Equality(KpiType, KpiType)

Overriding == operator for enum KpiType

Implicit(KpiType to String)

Implicit operator to convert KpiType to string

Implicit(String to KpiType)

Implicit operator to convert string to KpiType

Inequality(KpiType, KpiType)

Overriding != operator for enum KpiType

Applies to