Share via


ScheduleRecurrence Class

Definition

The schedule recurrence.

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

Constructors

ScheduleRecurrence(ScheduleTime, ScheduleTime)

Initializes a new instance of ScheduleRecurrence.

Properties

EndTime

The end time of the schedule recurrence. Full hour and 30-minute intervals are supported.

StartTime

The start time of the schedule recurrence. Full hour and 30-minute intervals are supported.

Explicit Interface Implementations

IJsonModel<ScheduleRecurrence>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScheduleRecurrence>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScheduleRecurrence>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduleRecurrence>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScheduleRecurrence>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to