Uses of Interface
com.azure.resourcemanager.securityinsights.models.FileImport
Package
Description
Package containing the data models for SecurityInsights.
-
Uses of FileImport in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionFileImport.DefinitionStages.WithCreate.create()
Executes the create request.FileImport.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Delete the file import.FileImports.delete
(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Delete the file import.FileImports.deleteById
(String id) Delete the file import.FileImports.deleteByIdWithResponse
(String id, com.azure.core.util.Context context) Delete the file import.Gets a file import.Gets a file import.FileImport.refresh()
Refreshes the resource to sync with Azure.FileImport.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<FileImport>
FileImports.getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a file import.com.azure.core.http.rest.Response<FileImport>
FileImports.getWithResponse
(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Gets a file import.com.azure.core.http.rest.PagedIterable<FileImport>
Gets all file imports.com.azure.core.http.rest.PagedIterable<FileImport>
FileImports.list
(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all file imports.