IRecurrenceTrigger Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RecurrenceTriggerTypeConverter))]
public interface IRecurrenceTrigger : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ITriggerBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RecurrenceTriggerTypeConverter))>]
type IRecurrenceTrigger = interface
    interface IJsonSerializable
    interface ITriggerBase
Public Interface IRecurrenceTrigger
Implements ITriggerBase
Derived
Attributes
Implements

Properties

EndTime

Specifies end time of schedule in ISO 8601, but without a UTC offset. Refer https://en.wikipedia.org/wiki/ISO_8601. Recommented format would be "2022-06-01T00:00:01" If not present, the schedule will run indefinitely

(Inherited from ITriggerBase)
Frequency

[Required] The frequency to trigger schedule.

Interval

[Required] Specifies schedule interval in conjunction with frequency

ScheduleHour

[Required] List of hours for the schedule.

ScheduleMinute

[Required] List of minutes for the schedule.

ScheduleMonthDay

List of month days for the schedule

ScheduleWeekDay

List of days for the schedule.

StartTime

Specifies start time of schedule in ISO 8601 format, but without a UTC offset.

(Inherited from ITriggerBase)
TimeZone

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

(Inherited from ITriggerBase)
TriggerType

[Required]

(Inherited from ITriggerBase)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to