Delen via


DataProtectionBackupAbsoluteDeleteSetting Class

Definition

Delete option with duration.

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

Constructors

DataProtectionBackupAbsoluteDeleteSetting(TimeSpan)

Initializes a new instance of DataProtectionBackupAbsoluteDeleteSetting.

Properties

Duration

Duration of deletion after given timespan.

(Inherited from DataProtectionBackupDeleteSetting)

Explicit Interface Implementations

IJsonModel<DataProtectionBackupAbsoluteDeleteSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataProtectionBackupAbsoluteDeleteSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataProtectionBackupDeleteSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataProtectionBackupDeleteSetting)
IJsonModel<DataProtectionBackupDeleteSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataProtectionBackupDeleteSetting)
IPersistableModel<DataProtectionBackupAbsoluteDeleteSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataProtectionBackupAbsoluteDeleteSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataProtectionBackupAbsoluteDeleteSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataProtectionBackupDeleteSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataProtectionBackupDeleteSetting)
IPersistableModel<DataProtectionBackupDeleteSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataProtectionBackupDeleteSetting)
IPersistableModel<DataProtectionBackupDeleteSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataProtectionBackupDeleteSetting)

Applies to