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

JobScheduleOperations interface

表示 JobScheduleOperations 的接口。

方法

create(string, string, string, JobScheduleCreateParameters, JobScheduleCreateOptionalParams)

创建作业计划。

delete(string, string, string, JobScheduleDeleteOptionalParams)

删除作业计划名称标识的作业计划。

get(string, string, string, JobScheduleGetOptionalParams)

检索作业计划名称标识的作业计划。

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

检索作业计划的列表。

方法详细信息

create(string, string, string, JobScheduleCreateParameters, JobScheduleCreateOptionalParams)

创建作业计划。

function create(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, parameters: JobScheduleCreateParameters, options?: JobScheduleCreateOptionalParams): Promise<JobSchedule>

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

jobScheduleId

string

作业计划名称。

parameters
JobScheduleCreateParameters

提供给创建作业计划作的参数。

options
JobScheduleCreateOptionalParams

选项参数。

返回

Promise<JobSchedule>

delete(string, string, string, JobScheduleDeleteOptionalParams)

删除作业计划名称标识的作业计划。

function delete(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleDeleteOptionalParams): Promise<void>

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

jobScheduleId

string

作业计划名称。

options
JobScheduleDeleteOptionalParams

选项参数。

返回

Promise<void>

get(string, string, string, JobScheduleGetOptionalParams)

检索作业计划名称标识的作业计划。

function get(resourceGroupName: string, automationAccountName: string, jobScheduleId: string, options?: JobScheduleGetOptionalParams): Promise<JobSchedule>

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

jobScheduleId

string

作业计划名称。

options
JobScheduleGetOptionalParams

选项参数。

返回

Promise<JobSchedule>

listByAutomationAccount(string, string, JobScheduleListByAutomationAccountOptionalParams)

检索作业计划的列表。

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: JobScheduleListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<JobSchedule, JobSchedule[], PageSettings>

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

返回