Uses of Class
com.azure.resourcemanager.securityinsights.models.FileMetadata
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of FileMetadata in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionFileImportInner.errorFile()
Get the errorFile property: Represents the error file (if the import was ingested with errors or failed the validation).FileImportProperties.errorFile()
Get the errorFile property: Represents the error file (if the import was ingested with errors or failed the validation).FileImportInner.importFile()
Get the importFile property: Represents the imported file.FileImportProperties.importFile()
Get the importFile property: Represents the imported file.Modifier and TypeMethodDescriptionFileImportInner.withImportFile
(FileMetadata importFile) Set the importFile property: Represents the imported file.FileImportProperties.withImportFile
(FileMetadata importFile) Set the importFile property: Represents the imported file. -
Uses of FileMetadata in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionFileImport.errorFile()
Gets the errorFile property: Represents the error file (if the import was ingested with errors or failed the validation).FileImport.importFile()
Gets the importFile property: Represents the imported file.FileMetadata.withFileFormat
(FileFormat fileFormat) Set the fileFormat property: The format of the file.FileMetadata.withFileName
(String fileName) Set the fileName property: The name of the file.FileMetadata.withFileSize
(Integer fileSize) Set the fileSize property: The size of the file.Modifier and TypeMethodDescriptionFileImport.DefinitionStages.WithImportFile.withImportFile
(FileMetadata importFile) Specifies the importFile property: Represents the imported file..