Uses of Class
com.azure.resourcemanager.costmanagement.models.FileFormat
Packages that use FileFormat
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of FileFormat in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as FileFormatModifier and TypeFieldDescriptionstatic final FileFormatFileFormat.CSVStatic value Csv for FileFormat.Methods in com.azure.resourcemanager.costmanagement.models that return FileFormatModifier and TypeMethodDescriptionstatic FileFormatFileFormat.fromString(String name) Creates or finds a FileFormat from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type FileFormatModifier and TypeMethodDescriptionFileDestination.fileFormats()Get the fileFormats property: Destination of the view data.static Collection<FileFormat>FileFormat.values()Gets known FileFormat values.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type FileFormatModifier and TypeMethodDescriptionFileDestination.withFileFormats(List<FileFormat> fileFormats) Set the fileFormats property: Destination of the view data.