Udostępnij przez


AccumulatedType Struct

Definition

Show costs accumulated over time.

public readonly struct AccumulatedType : IEquatable<Azure.ResourceManager.CostManagement.Models.AccumulatedType>
type AccumulatedType = struct
Public Structure AccumulatedType
Implements IEquatable(Of AccumulatedType)
Inheritance
AccumulatedType
Implements

Constructors

Name Description
AccumulatedType(String)

Initializes a new instance of AccumulatedType.

Properties

Name Description
False

false.

True

true.

Methods

Name Description
Equals(AccumulatedType)

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

Name Description
Equality(AccumulatedType, AccumulatedType)

Determines if two AccumulatedType values are the same.

Implicit(String to AccumulatedType)

Converts a String to a AccumulatedType.

Inequality(AccumulatedType, AccumulatedType)

Determines if two AccumulatedType values are not the same.

Applies to