ImportJobs interface

Interface representing a ImportJobs.

Methods

beginCreateOrUpdate(string, string, string, ImportJob, ImportJobsCreateOrUpdateOptionalParams)

Create or update an import job. Import jobs are automatically deleted 72 hours after completion.

beginCreateOrUpdateAndWait(string, string, string, ImportJob, ImportJobsCreateOrUpdateOptionalParams)

Create or update an import job. Import jobs are automatically deleted 72 hours after completion.

beginDelete(string, string, string, ImportJobsDeleteOptionalParams)

Schedules an import job for deletion.

beginDeleteAndWait(string, string, string, ImportJobsDeleteOptionalParams)

Schedules an import job for deletion.

beginUpdate(string, string, string, ImportJobUpdate, ImportJobsUpdateOptionalParams)

Update an import job instance.

beginUpdateAndWait(string, string, string, ImportJobUpdate, ImportJobsUpdateOptionalParams)

Update an import job instance.

get(string, string, string, ImportJobsGetOptionalParams)

Returns an import job.

listByAmlFilesystem(string, string, ImportJobsListByAmlFilesystemOptionalParams)

Returns all import jobs the user has access to under an AML File System.

Method Details

beginCreateOrUpdate(string, string, string, ImportJob, ImportJobsCreateOrUpdateOptionalParams)

Create or update an import job. Import jobs are automatically deleted 72 hours after completion.

function beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJob>, ImportJob>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJobName

string

Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJob
ImportJob

Object containing the user-selectable properties of the import job. If read-only properties are included, they must match the existing values of those properties.

options
ImportJobsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<ImportJob>, ImportJob>>

beginCreateOrUpdateAndWait(string, string, string, ImportJob, ImportJobsCreateOrUpdateOptionalParams)

Create or update an import job. Import jobs are automatically deleted 72 hours after completion.

function beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJob, options?: ImportJobsCreateOrUpdateOptionalParams): Promise<ImportJob>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJobName

string

Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJob
ImportJob

Object containing the user-selectable properties of the import job. If read-only properties are included, they must match the existing values of those properties.

options
ImportJobsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<ImportJob>

beginDelete(string, string, string, ImportJobsDeleteOptionalParams)

Schedules an import job for deletion.

function beginDelete(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ImportJobsDeleteHeaders>, ImportJobsDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJobName

string

Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
ImportJobsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<ImportJobsDeleteHeaders>, ImportJobsDeleteHeaders>>

beginDeleteAndWait(string, string, string, ImportJobsDeleteOptionalParams)

Schedules an import job for deletion.

function beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsDeleteOptionalParams): Promise<ImportJobsDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJobName

string

Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
ImportJobsDeleteOptionalParams

The options parameters.

Returns

beginUpdate(string, string, string, ImportJobUpdate, ImportJobsUpdateOptionalParams)

Update an import job instance.

function beginUpdate(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJobUpdate, options?: ImportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ImportJob>, ImportJob>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJobName

string

Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJob
ImportJobUpdate

Object containing the user-selectable properties of the import job. If read-only properties are included, they must match the existing values of those properties.

options
ImportJobsUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<ImportJob>, ImportJob>>

beginUpdateAndWait(string, string, string, ImportJobUpdate, ImportJobsUpdateOptionalParams)

Update an import job instance.

function beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, importJobName: string, importJob: ImportJobUpdate, options?: ImportJobsUpdateOptionalParams): Promise<ImportJob>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJobName

string

Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJob
ImportJobUpdate

Object containing the user-selectable properties of the import job. If read-only properties are included, they must match the existing values of those properties.

options
ImportJobsUpdateOptionalParams

The options parameters.

Returns

Promise<ImportJob>

get(string, string, string, ImportJobsGetOptionalParams)

Returns an import job.

function get(resourceGroupName: string, amlFilesystemName: string, importJobName: string, options?: ImportJobsGetOptionalParams): Promise<ImportJob>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

importJobName

string

Name for the import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
ImportJobsGetOptionalParams

The options parameters.

Returns

Promise<ImportJob>

listByAmlFilesystem(string, string, ImportJobsListByAmlFilesystemOptionalParams)

Returns all import jobs the user has access to under an AML File System.

function listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: ImportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<ImportJob, ImportJob[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

amlFilesystemName

string

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

options
ImportJobsListByAmlFilesystemOptionalParams

The options parameters.

Returns