Class ReportGranularityType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ReportGranularityType>
com.azure.resourcemanager.costmanagement.models.ReportGranularityType

public final class ReportGranularityType extends com.azure.core.util.ExpandableStringEnum<ReportGranularityType>
The granularity of rows in the report.
  • Field Details

    • DAILY

      public static final ReportGranularityType DAILY
      Static value Daily for ReportGranularityType.
    • MONTHLY

      public static final ReportGranularityType MONTHLY
      Static value Monthly for ReportGranularityType.
  • Constructor Details

    • ReportGranularityType

      @Deprecated public ReportGranularityType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of ReportGranularityType value.
  • Method Details

    • fromString

      public static ReportGranularityType fromString(String name)
      Creates or finds a ReportGranularityType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding ReportGranularityType.
    • values

      public static Collection<ReportGranularityType> values()
      Gets known ReportGranularityType values.
      Returns:
      known ReportGranularityType values.