Uses of Class
com.azure.resourcemanager.securityinsights.fluent.models.FileImportInner
Package
Description
Package containing the service clients for SecurityInsights.
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of FileImportInner in com.azure.resourcemanager.securityinsights.fluent
Modifier and TypeMethodDescriptionFileImportsClient.create
(String resourceGroupName, String workspaceName, String fileImportId, FileImportInner fileImport) Creates the file import.Delete the file import.FileImportsClient.delete
(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Delete the file import.Gets a file import.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FileImportInner>,
FileImportInner> FileImportsClient.beginDelete
(String resourceGroupName, String workspaceName, String fileImportId) Delete the file import.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FileImportInner>,
FileImportInner> FileImportsClient.beginDelete
(String resourceGroupName, String workspaceName, String fileImportId) Delete the file import.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FileImportInner>,
FileImportInner> FileImportsClient.beginDelete
(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Delete the file import.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FileImportInner>,
FileImportInner> FileImportsClient.beginDelete
(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Delete the file import.com.azure.core.http.rest.Response<FileImportInner>
FileImportsClient.createWithResponse
(String resourceGroupName, String workspaceName, String fileImportId, FileImportInner fileImport, com.azure.core.util.Context context) Creates the file import.com.azure.core.http.rest.Response<FileImportInner>
FileImportsClient.getWithResponse
(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Gets a file import.com.azure.core.http.rest.PagedIterable<FileImportInner>
Gets all file imports.com.azure.core.http.rest.PagedIterable<FileImportInner>
FileImportsClient.list
(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all file imports.Modifier and TypeMethodDescriptionFileImportsClient.create
(String resourceGroupName, String workspaceName, String fileImportId, FileImportInner fileImport) Creates the file import.com.azure.core.http.rest.Response<FileImportInner>
FileImportsClient.createWithResponse
(String resourceGroupName, String workspaceName, String fileImportId, FileImportInner fileImport, com.azure.core.util.Context context) Creates the file import. -
Uses of FileImportInner in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionFileImportInner.withContentType
(FileImportContentType contentType) Set the contentType property: The content type of this file.FileImportInner.withImportFile
(FileMetadata importFile) Set the importFile property: Represents the imported file.FileImportInner.withIngestionMode
(IngestionMode ingestionMode) Set the ingestionMode property: Describes how to ingest the records in the file.FileImportInner.withSource
(String source) Set the source property: The source for the data in the file. -
Uses of FileImportInner in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionFileImport.innerModel()
Gets the inner com.azure.resourcemanager.securityinsights.fluent.models.FileImportInner object.Modifier and TypeMethodDescriptionFileImportList.value()
Get the value property: Array of file imports.Modifier and TypeMethodDescriptionFileImportList.withValue
(List<FileImportInner> value) Set the value property: Array of file imports.