IRecurrence Interface

Definition

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

Properties

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

The start time in yyyy-MM-ddTHH:mm:ss format.

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to