Aracılığıyla paylaş


FileImportsClient Interface

public interface FileImportsClient

An instance of this class provides access to all the operations defined in FileImportsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<FileImportInner>,FileImportInner> beginDelete(String resourceGroupName, String workspaceName, String fileImportId)

Delete the file import.

abstract SyncPoller<PollResult<FileImportInner>,FileImportInner> beginDelete(String resourceGroupName, String workspaceName, String fileImportId, Context context)

Delete the file import.

abstract FileImportInner create(String resourceGroupName, String workspaceName, String fileImportId, FileImportInner fileImport)

Creates the file import.

abstract Response<FileImportInner> createWithResponse(String resourceGroupName, String workspaceName, String fileImportId, FileImportInner fileImport, Context context)

Creates the file import.

abstract FileImportInner delete(String resourceGroupName, String workspaceName, String fileImportId)

Delete the file import.

abstract FileImportInner delete(String resourceGroupName, String workspaceName, String fileImportId, Context context)

Delete the file import.

abstract FileImportInner get(String resourceGroupName, String workspaceName, String fileImportId)

Gets a file import.

abstract Response<FileImportInner> getWithResponse(String resourceGroupName, String workspaceName, String fileImportId, Context context)

Gets a file import.

abstract PagedIterable<FileImportInner> list(String resourceGroupName, String workspaceName)

Gets all file imports.

abstract PagedIterable<FileImportInner> list(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, Context context)

Gets all file imports.

Method Details

beginDelete

public abstract SyncPoller<PollResult<FileImportInner>,FileImportInner> beginDelete(String resourceGroupName, String workspaceName, String fileImportId)

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:

the SyncPoller<T,U> for polling of represents a file import in Azure Security Insights.

beginDelete

public abstract SyncPoller<PollResult<FileImportInner>,FileImportInner> beginDelete(String resourceGroupName, String workspaceName, String fileImportId, 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:

the SyncPoller<T,U> for polling of represents a file import in Azure Security Insights.

create

public abstract FileImportInner create(String resourceGroupName, String workspaceName, String fileImportId, FileImportInner fileImport)

Creates 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.
fileImport - The file import.

Returns:

represents a file import in Azure Security Insights.

createWithResponse

public abstract Response<FileImportInner> createWithResponse(String resourceGroupName, String workspaceName, String fileImportId, FileImportInner fileImport, Context context)

Creates 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.
fileImport - The file import.
context - The context to associate with this operation.

Returns:

represents a file import in Azure Security Insights along with Response<T>.

delete

public abstract FileImportInner delete(String resourceGroupName, String workspaceName, String fileImportId)

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.

delete

public abstract FileImportInner delete(String resourceGroupName, String workspaceName, String fileImportId, 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.

get

public abstract FileImportInner get(String resourceGroupName, String workspaceName, String fileImportId)

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.

getWithResponse

public abstract Response<FileImportInner> getWithResponse(String resourceGroupName, String workspaceName, String fileImportId, 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<T>.

list

public abstract PagedIterable<FileImportInner> 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<T>.

list

public abstract PagedIterable<FileImportInner> list(String resourceGroupName, String workspaceName, String filter, String orderby, Integer top, String skipToken, 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<T>.

Applies to