Class CostDetailsDataFormat

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

public final class CostDetailsDataFormat extends com.azure.core.util.ExpandableStringEnum<CostDetailsDataFormat>
The data format of the report.
  • Field Details

  • Constructor Details

    • CostDetailsDataFormat

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

    • fromString

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

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