Share via


ComputeStartStopRecurrenceSchedule Class

Definition

The workflow trigger recurrence for ComputeStartStop schedule type.

public class ComputeStartStopRecurrenceSchedule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.ComputeStartStopRecurrenceSchedule>
public class ComputeStartStopRecurrenceSchedule
type ComputeStartStopRecurrenceSchedule = class
    interface IJsonModel<ComputeStartStopRecurrenceSchedule>
    interface IPersistableModel<ComputeStartStopRecurrenceSchedule>
type ComputeStartStopRecurrenceSchedule = class
Public Class ComputeStartStopRecurrenceSchedule
Implements IJsonModel(Of ComputeStartStopRecurrenceSchedule), IPersistableModel(Of ComputeStartStopRecurrenceSchedule)
Public Class ComputeStartStopRecurrenceSchedule
Inheritance
ComputeStartStopRecurrenceSchedule
Implements

Constructors

ComputeStartStopRecurrenceSchedule()

Initializes a new instance of ComputeStartStopRecurrenceSchedule.

Properties

Frequency

[Required] The frequency to trigger schedule.

Interval

[Required] Specifies schedule interval in conjunction with frequency.

Schedule

[Required] The recurrence 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

Explicit Interface Implementations

IJsonModel<ComputeStartStopRecurrenceSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeStartStopRecurrenceSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeStartStopRecurrenceSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeStartStopRecurrenceSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeStartStopRecurrenceSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to