Sdílet prostřednictvím


ExportType Struct

Definition

The type of the export. Note that 'Usage' is equivalent to 'ActualCost' and is applicable to exports that do not yet provide data for charges or amortization for service reservations.

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

Constructors

ExportType(String)

Initializes a new instance of ExportType.

Properties

ActualCost

ActualCost.

AmortizedCost

AmortizedCost.

Usage

Usage.

Methods

Equals(ExportType)

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(ExportType, ExportType)

Determines if two ExportType values are the same.

Implicit(String to ExportType)

Converts a string to a ExportType.

Inequality(ExportType, ExportType)

Determines if two ExportType values are not the same.

Applies to