我使用以下参数创建了Azure调度程序作业。
"properties": {
"startTime": "2019-03-31T00:00Z",
"recurrence": {
"frequency": "Months",
"interval": 1,
"end": "Never"
},
}
该计划每月从31/3/2019 9:00 PM开始每月运行一次。
现在,我想获得此作业的下10个执行时间。有办法吗?可能正在使用Powershell?
这是我所需要的,当工作没有开始时(2019年3月4日),四月份只有30天。
答案 0 :(得分:0)
根据您的代码,您的调度程序作业将从019-03-31T00:00Z开始并每月运行。有关更多详细信息,请参阅https://docs.microsoft.com/en-us/azure/scheduler/scheduler-advanced-complexity。