Language

ArmMachineLearningModelFactory.ComputeStartStopRecurrenceSchedule Method

Definition

The workflow trigger recurrence for ComputeStartStop schedule type.

public static Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule ComputeStartStopRecurrenceSchedule(Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceFrequency? frequency = default, int? interval = default, string startTime = default, string timeZone = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceSchedule schedule = default);
static member ComputeStartStopRecurrenceSchedule : Nullable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceFrequency> * Nullable<int> * string * string * Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeRecurrenceSchedule -> Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule
Public Shared Function ComputeStartStopRecurrenceSchedule (Optional frequency As Nullable(Of MachineLearningComputeRecurrenceFrequency) = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional startTime As String = Nothing, Optional timeZone As String = Nothing, Optional schedule As MachineLearningComputeRecurrenceSchedule = Nothing) As ComputeStartStopRecurrenceSchedule

Parameters

frequency
Nullable<MachineLearningComputeRecurrenceFrequency>

[Required] The frequency to trigger schedule.

interval
Nullable<Int32>

[Required] Specifies schedule interval in conjunction with frequency.

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

schedule
MachineLearningComputeRecurrenceSchedule

[Required] The recurrence schedule.

Returns

A new ComputeStartStopRecurrenceSchedule instance for mocking.

Applies to