Share via


DataProtectionBackupSchedule Class

Definition

Schedule for backup.

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

Constructors

DataProtectionBackupSchedule(IEnumerable<String>)

Initializes a new instance of DataProtectionBackupSchedule.

Properties

RepeatingTimeIntervals

ISO 8601 repeating time interval format.

TimeZone

Time zone for a schedule. Example: Pacific Standard Time.

Explicit Interface Implementations

IJsonModel<DataProtectionBackupSchedule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionBackupSchedule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupSchedule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupSchedule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionBackupSchedule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to