Class FileFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<FileFormat>
com.azure.resourcemanager.costmanagement.models.FileFormat
Destination of the view data. Currently only CSV format is supported.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileFormat
fromString
(String name) Creates or finds a FileFormat from its string representation.static Collection<FileFormat>
values()
Gets known FileFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CSV
Static value Csv for FileFormat.
-
-
Constructor Details
-
FileFormat
Deprecated.Use thefromString(String)
factory method.Creates a new instance of FileFormat value.
-
-
Method Details
-
fromString
Creates or finds a FileFormat from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding FileFormat.
-
values
Gets known FileFormat values.- Returns:
- known FileFormat values.
-
fromString(String)
factory method.