Lingua

ArmMachineLearningModelFactory.ComputeStartStopCronSchedule Method

Definition

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.

Applies to