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

public final class FileFormat extends com.azure.core.util.ExpandableStringEnum<FileFormat>
Destination of the view data. Currently only CSV format is supported.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FileFormat
    Static value Csv for FileFormat.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

    Modifier and Type
    Method
    Description
    static FileFormat
    Creates or finds a FileFormat from its string representation.
    Gets known FileFormat values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • CSV

      public static final FileFormat CSV
      Static value Csv for FileFormat.
  • Constructor Details

  • Method Details

    • fromString

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

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