Interface FileImports
public interface FileImports
Resource collection API of FileImports.
-
Method Summary
Modifier and TypeMethodDescriptionBegins definition for a new FileImport resource.Delete the file import.delete
(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Delete the file import.deleteById
(String id) Delete the file import.deleteByIdWithResponse
(String id, com.azure.core.util.Context context) Delete the file import.Gets a file import.Gets a file import.com.azure.core.http.rest.Response<FileImport>
getByIdWithResponse
(String id, com.azure.core.util.Context context) Gets a file import.com.azure.core.http.rest.Response<FileImport>
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>
list
(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all file imports.
-
Method Details
-
list
com.azure.core.http.rest.PagedIterable<FileImport> list(String resourceGroupName, String workspaceName) Gets all file imports.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.- Returns:
- all file imports as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
list
com.azure.core.http.rest.PagedIterable<FileImport> list(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, com.azure.core.util.Context context) Gets all file imports.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.filter
- Filters the results, based on a Boolean condition. Optional.orderby
- Sorts the results. Optional.top
- Returns only the first n results. Optional.skipToken
- Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Optional.context
- The context to associate with this operation.- Returns:
- all file imports as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
get
Gets a file import.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.fileImportId
- File import ID.- Returns:
- a file import.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<FileImport> getWithResponse(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Gets a file import.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.fileImportId
- File import ID.context
- The context to associate with this operation.- Returns:
- a file import along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
delete
Delete the file import.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.fileImportId
- File import ID.- Returns:
- represents a file import in Azure Security Insights.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
delete
FileImport delete(String resourceGroupName, String workspaceName, String fileImportId, com.azure.core.util.Context context) Delete the file import.- Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.workspaceName
- The name of the workspace.fileImportId
- File import ID.context
- The context to associate with this operation.- Returns:
- represents a file import in Azure Security Insights.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getById
Gets a file import.- Parameters:
id
- the resource ID.- Returns:
- a file import along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getByIdWithResponse
com.azure.core.http.rest.Response<FileImport> getByIdWithResponse(String id, com.azure.core.util.Context context) Gets a file import.- Parameters:
id
- the resource ID.context
- The context to associate with this operation.- Returns:
- a file import along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteById
Delete the file import.- Parameters:
id
- the resource ID.- Returns:
- represents a file import in Azure Security Insights.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
deleteByIdWithResponse
Delete the file import.- Parameters:
id
- the resource ID.context
- The context to associate with this operation.- Returns:
- represents a file import in Azure Security Insights.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
define
Begins definition for a new FileImport resource.- Parameters:
name
- resource name.- Returns:
- the first stage of the new FileImport definition.
-