Share via


AccumulatedType Struct

Definition

Show costs accumulated over time.

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

Fields

False
True

Methods

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

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

Equals(AccumulatedType)

Compares values of enum type AccumulatedType

Equals(Object)

Compares values of enum type AccumulatedType (override for Object)

GetHashCode()

Returns hashCode for enum AccumulatedType

ToString()

Returns string representation for AccumulatedType

Operators

Equality(AccumulatedType, AccumulatedType)

Overriding == operator for enum AccumulatedType

Implicit(AccumulatedType to String)

Implicit operator to convert AccumulatedType to string

Implicit(String to AccumulatedType)

Implicit operator to convert string to AccumulatedType

Inequality(AccumulatedType, AccumulatedType)

Overriding != operator for enum AccumulatedType

Applies to