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

public final class ExportType extends com.azure.core.util.ExpandableStringEnum<ExportType>
The type of the query.
  • Field Details

    • USAGE

      public static final ExportType USAGE
      Static value Usage for ExportType.
    • ACTUAL_COST

      public static final ExportType ACTUAL_COST
      Static value ActualCost for ExportType.
    • AMORTIZED_COST

      public static final ExportType AMORTIZED_COST
      Static value AmortizedCost for ExportType.
  • Constructor Details

  • Method Details

    • fromString

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

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