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