Freigeben über


ReportGranularityType Struct

Definition

The granularity of rows in the report.

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

Constructors

Name Description
ReportGranularityType(String)

Initializes a new instance of ReportGranularityType.

Properties

Name Description
Daily

Daily.

Monthly

Monthly.

Methods

Name Description
Equals(ReportGranularityType)

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

Determines if two ReportGranularityType values are the same.

Implicit(String to ReportGranularityType)

Converts a String to a ReportGranularityType.

Inequality(ReportGranularityType, ReportGranularityType)

Determines if two ReportGranularityType values are not the same.

Applies to