JobScheduleOperations interface
表示 JobScheduleOperations 的接口。
方法
方法详细信息
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
自动化帐户的名称。
选项参数。