Recurrence Class
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 recurrence for ComputeStartStop schedule type.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RecurrenceTypeConverter))]
public class Recurrence : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRecurrence
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RecurrenceTypeConverter))>]
type Recurrence = class
interface IRecurrence
interface IJsonSerializable
Public Class Recurrence
Implements IRecurrence
- Inheritance
-
Recurrence
- Attributes
- Implements
Constructors
Recurrence() |
Creates an new Recurrence instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Recurrence. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Recurrence. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRecurrence. |
FromJsonString(String) |
Creates a new instance of Recurrence, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of Recurrence into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |