AccumulatedType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
AccumulatedType(String) |
Initializes a new instance of AccumulatedType. |
Properties
False |
false. |
True |
true. |
Methods
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
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
Azure SDK for .NET