Share via


DataProtectionBackupDay Class

Definition

Day of the week.

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

Constructors

Name Description
DataProtectionBackupDay()

Initializes a new instance of DataProtectionBackupDay.

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<DataProtectionBackupDay>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionBackupDay>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataProtectionBackupDay>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupDay>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionBackupDay>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to