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


MetricType Struct

Definition

Metric to use when displaying costs.

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

Fields

ActualCost
Ahub
AmortizedCost

Methods

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

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

Equals(MetricType)

Compares values of enum type MetricType

Equals(Object)

Compares values of enum type MetricType (override for Object)

GetHashCode()

Returns hashCode for enum MetricType

ToString()

Returns string representation for MetricType

Operators

Equality(MetricType, MetricType)

Overriding == operator for enum MetricType

Implicit(MetricType to String)

Implicit operator to convert MetricType to string

Implicit(String to MetricType)

Implicit operator to convert string to MetricType

Inequality(MetricType, MetricType)

Overriding != operator for enum MetricType

Applies to