Share via


BackupWeeklySchedule Class

Definition

The BackupWeeklySchedule.

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

Constructors

BackupWeeklySchedule()

Initializes a new instance of BackupWeeklySchedule.

Properties

ScheduleRunDays

Gets the schedule run days.

ScheduleRunTimes

List of times of day this schedule has to be run.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupWeeklySchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupWeeklySchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupWeeklySchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupWeeklySchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupWeeklySchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to