Uses of Class
com.azure.resourcemanager.securityinsights.models.FileFormat
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of FileFormat in com.azure.resourcemanager.securityinsights.models
Modifier and TypeFieldDescriptionstatic final FileFormat
FileFormat.CSV
Static value CSV for FileFormat.static final FileFormat
FileFormat.JSON
Static value JSON for FileFormat.static final FileFormat
FileFormat.UNSPECIFIED
Static value Unspecified for FileFormat.Modifier and TypeMethodDescriptionFileMetadata.fileFormat()
Get the fileFormat property: The format of the file.static FileFormat
FileFormat.fromString
(String name) Creates or finds a FileFormat from its string representation.Modifier and TypeMethodDescriptionstatic Collection<FileFormat>
FileFormat.values()
Gets known FileFormat values.Modifier and TypeMethodDescriptionFileMetadata.withFileFormat
(FileFormat fileFormat) Set the fileFormat property: The format of the file.