Share via


BackupDay Class

Definition

Day of the week.

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

Constructors

Name Description
BackupDay()

Initializes a new instance of BackupDay.

Properties

Name Description
Date

Date of the month.

IsLast

Whether Date is last date of month.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<BackupDay>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupDay>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupDay>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupDay>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupDay>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to