AutoImportJobs interface
Interface representing a AutoImportJobs.
Methods
Method Details
beginCreateOrUpdate(string, string, string, AutoImportJob, AutoImportJobsCreateOrUpdateOptionalParams)
Create or update an auto import job.
function beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>
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.
- autoImportJobName
-
string
Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- autoImportJob
- AutoImportJob
Object containing the user-selectable properties of the auto import job. If read-only properties are included, they must match the existing values of those properties.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>
beginCreateOrUpdateAndWait(string, string, string, AutoImportJob, AutoImportJobsCreateOrUpdateOptionalParams)
Create or update an auto import job.
function beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJob, options?: AutoImportJobsCreateOrUpdateOptionalParams): Promise<AutoImportJob>
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.
- autoImportJobName
-
string
Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- autoImportJob
- AutoImportJob
Object containing the user-selectable properties of the auto import job. If read-only properties are included, they must match the existing values of those properties.
The options parameters.
Returns
Promise<AutoImportJob>
beginDelete(string, string, string, AutoImportJobsDeleteOptionalParams)
Schedules an auto import job for deletion.
function beginDelete(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJobsDeleteHeaders>, AutoImportJobsDeleteHeaders>>
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.
- autoImportJobName
-
string
Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AutoImportJobsDeleteHeaders>, AutoImportJobsDeleteHeaders>>
beginDeleteAndWait(string, string, string, AutoImportJobsDeleteOptionalParams)
Schedules an auto import job for deletion.
function beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsDeleteOptionalParams): Promise<AutoImportJobsDeleteHeaders>
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.
- autoImportJobName
-
string
Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
The options parameters.
Returns
Promise<AutoImportJobsDeleteHeaders>
beginUpdate(string, string, string, AutoImportJobUpdate, AutoImportJobsUpdateOptionalParams)
Update an auto import job instance.
function beginUpdate(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>
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.
- autoImportJobName
-
string
Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- autoImportJob
- AutoImportJobUpdate
Object containing the user-selectable properties of the auto import job. If read-only properties are included, they must match the existing values of those properties.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<AutoImportJob>, AutoImportJob>>
beginUpdateAndWait(string, string, string, AutoImportJobUpdate, AutoImportJobsUpdateOptionalParams)
Update an auto import job instance.
function beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, autoImportJob: AutoImportJobUpdate, options?: AutoImportJobsUpdateOptionalParams): Promise<AutoImportJob>
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.
- autoImportJobName
-
string
Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- autoImportJob
- AutoImportJobUpdate
Object containing the user-selectable properties of the auto import job. If read-only properties are included, they must match the existing values of those properties.
The options parameters.
Returns
Promise<AutoImportJob>
get(string, string, string, AutoImportJobsGetOptionalParams)
Returns an auto import job.
function get(resourceGroupName: string, amlFilesystemName: string, autoImportJobName: string, options?: AutoImportJobsGetOptionalParams): Promise<AutoImportJob>
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.
- autoImportJobName
-
string
Name for the auto import job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.
- options
- AutoImportJobsGetOptionalParams
The options parameters.
Returns
Promise<AutoImportJob>
listByAmlFilesystem(string, string, AutoImportJobsListByAmlFilesystemOptionalParams)
Returns all the auto import jobs the user has access to under an AML File System.
function listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: AutoImportJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<AutoImportJob, AutoImportJob[], 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.
The options parameters.