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


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

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