Sdílet prostřednictvím


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>
public class DataProtectionBackupDay
type DataProtectionBackupDay = class
    interface IJsonModel<DataProtectionBackupDay>
    interface IPersistableModel<DataProtectionBackupDay>
type DataProtectionBackupDay = class
Public Class DataProtectionBackupDay
Implements IJsonModel(Of DataProtectionBackupDay), IPersistableModel(Of DataProtectionBackupDay)
Public Class DataProtectionBackupDay
Inheritance
DataProtectionBackupDay
Implements

Constructors

DataProtectionBackupDay()

Initializes a new instance of DataProtectionBackupDay.

Properties

Date

Date of the month.

IsLast

Whether Date is last date of month.

Explicit Interface Implementations

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