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


ViewReportType Struct

Definition

The type of the report. Usage represents actual usage, forecast represents forecasted data and UsageAndForecast represents both usage and forecasted data. Actual usage and forecasted data can be differentiated based on dates.

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

Constructors

ViewReportType(String)

Initializes a new instance of ViewReportType.

Properties

Usage

Usage.

Methods

Equals(ViewReportType)

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

Determines if two ViewReportType values are the same.

Implicit(String to ViewReportType)

Converts a string to a ViewReportType.

Inequality(ViewReportType, ViewReportType)

Determines if two ViewReportType values are not the same.

Applies to