ReportGranularityType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ReportGranularityType(String) |
Initializes a new instance of ReportGranularityType. |
Properties
Daily |
Daily. |
Monthly |
Monthly. |
Methods
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
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
Azure SDK for .NET