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
自動化帳戶的名稱。
選項參數。