通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutoExportJobs interface

表示 AutoExportJobs 的接口。

方法

beginCreateOrUpdate(string, string, string, AutoExportJob, AutoExportJobsCreateOrUpdateOptionalParams)

创建或更新自动导出作业。

beginCreateOrUpdateAndWait(string, string, string, AutoExportJob, AutoExportJobsCreateOrUpdateOptionalParams)

创建或更新自动导出作业。

beginDelete(string, string, string, AutoExportJobsDeleteOptionalParams)

计划自动导出作业以进行删除。

beginDeleteAndWait(string, string, string, AutoExportJobsDeleteOptionalParams)

计划自动导出作业以进行删除。

beginUpdate(string, string, string, AutoExportJobUpdate, AutoExportJobsUpdateOptionalParams)

更新自动导出作业实例。

beginUpdateAndWait(string, string, string, AutoExportJobUpdate, AutoExportJobsUpdateOptionalParams)

更新自动导出作业实例。

get(string, string, string, AutoExportJobsGetOptionalParams)

返回自动导出作业。

listByAmlFilesystem(string, string, AutoExportJobsListByAmlFilesystemOptionalParams)

返回用户在 AML 文件系统下有权访问的所有自动导出作业。

方法详细信息

beginCreateOrUpdate(string, string, string, AutoExportJob, AutoExportJobsCreateOrUpdateOptionalParams)

创建或更新自动导出作业。

function beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

amlFilesystemName

string

AML 文件系统的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJobName

string

自动导出作业的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJob
AutoExportJob

包含自动导出作业的用户可选择属性的对象。 如果包含只读属性,则它们必须与这些属性的现有值匹配。

返回

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

beginCreateOrUpdateAndWait(string, string, string, AutoExportJob, AutoExportJobsCreateOrUpdateOptionalParams)

创建或更新自动导出作业。

function beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJob, options?: AutoExportJobsCreateOrUpdateOptionalParams): Promise<AutoExportJob>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

amlFilesystemName

string

AML 文件系统的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJobName

string

自动导出作业的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJob
AutoExportJob

包含自动导出作业的用户可选择属性的对象。 如果包含只读属性,则它们必须与这些属性的现有值匹配。

返回

Promise<AutoExportJob>

beginDelete(string, string, string, AutoExportJobsDeleteOptionalParams)

计划自动导出作业以进行删除。

function beginDelete(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJobsDeleteHeaders>, AutoExportJobsDeleteHeaders>>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

amlFilesystemName

string

AML 文件系统的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJobName

string

自动导出作业的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

options
AutoExportJobsDeleteOptionalParams

选项参数。

返回

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

beginDeleteAndWait(string, string, string, AutoExportJobsDeleteOptionalParams)

计划自动导出作业以进行删除。

function beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsDeleteOptionalParams): Promise<AutoExportJobsDeleteHeaders>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

amlFilesystemName

string

AML 文件系统的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJobName

string

自动导出作业的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

options
AutoExportJobsDeleteOptionalParams

选项参数。

返回

beginUpdate(string, string, string, AutoExportJobUpdate, AutoExportJobsUpdateOptionalParams)

更新自动导出作业实例。

function beginUpdate(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AutoExportJob>, AutoExportJob>>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

amlFilesystemName

string

AML 文件系统的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJobName

string

自动导出作业的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJob
AutoExportJobUpdate

包含自动导出作业的用户可选择属性的对象。 如果包含只读属性,则它们必须与这些属性的现有值匹配。

options
AutoExportJobsUpdateOptionalParams

选项参数。

返回

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

beginUpdateAndWait(string, string, string, AutoExportJobUpdate, AutoExportJobsUpdateOptionalParams)

更新自动导出作业实例。

function beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, autoExportJob: AutoExportJobUpdate, options?: AutoExportJobsUpdateOptionalParams): Promise<AutoExportJob>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

amlFilesystemName

string

AML 文件系统的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJobName

string

自动导出作业的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJob
AutoExportJobUpdate

包含自动导出作业的用户可选择属性的对象。 如果包含只读属性,则它们必须与这些属性的现有值匹配。

options
AutoExportJobsUpdateOptionalParams

选项参数。

返回

Promise<AutoExportJob>

get(string, string, string, AutoExportJobsGetOptionalParams)

返回自动导出作业。

function get(resourceGroupName: string, amlFilesystemName: string, autoExportJobName: string, options?: AutoExportJobsGetOptionalParams): Promise<AutoExportJob>

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

amlFilesystemName

string

AML 文件系统的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

autoExportJobName

string

自动导出作业的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

options
AutoExportJobsGetOptionalParams

选项参数。

返回

Promise<AutoExportJob>

listByAmlFilesystem(string, string, AutoExportJobsListByAmlFilesystemOptionalParams)

返回用户在 AML 文件系统下有权访问的所有自动导出作业。

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

参数

resourceGroupName

string

资源组的名称。 此名称不区分大小写。

amlFilesystemName

string

AML 文件系统的名称。 允许字母数字、下划线和连字符。 以字母数字开头和结尾。

返回