ArmMachineLearningModelFactory.ComputeStartStopCronSchedule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The workflow trigger cron for ComputeStartStop schedule type.
public static Azure.ResourceManager.MachineLearning.Models.ComputeStartStopCronSchedule ComputeStartStopCronSchedule(string startTime = default, string timeZone = default, string expression = default);
static member ComputeStartStopCronSchedule : string * string * string -> Azure.ResourceManager.MachineLearning.Models.ComputeStartStopCronSchedule
Public Shared Function ComputeStartStopCronSchedule (Optional startTime As String = Nothing, Optional timeZone As String = Nothing, Optional expression As String = Nothing) As ComputeStartStopCronSchedule
Parameters
- startTime
- String
The start time in yyyy-MM-ddTHH:mm:ss format.
- timeZone
- String
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11
- expression
- String
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format.
Returns
A new ComputeStartStopCronSchedule instance for mocking.