Freigeben über


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

Name Description
ViewReportType(String)

Initializes a new instance of ViewReportType.

Properties

Name Description
Usage

Usage.

Methods

Name Description
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

Name Description
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