Class GranularityType

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

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

    • DAILY

      public static final GranularityType DAILY
      Static value Daily for GranularityType.
  • Constructor Details

    • GranularityType

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

    • fromString

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

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