Delen via


LongTermRetentionPolicy Class

Definition

Long term retention policy.

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

Constructors

LongTermRetentionPolicy()

Initializes a new instance of LongTermRetentionPolicy.

Properties

DailySchedule

Daily retention schedule of the protection policy.

MonthlySchedule

Monthly retention schedule of the protection policy.

WeeklySchedule

Weekly retention schedule of the protection policy.

YearlySchedule

Yearly retention schedule of the protection policy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupRetentionPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupRetentionPolicy)
IJsonModel<LongTermRetentionPolicy>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LongTermRetentionPolicy>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupRetentionPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupRetentionPolicy)
IPersistableModel<LongTermRetentionPolicy>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LongTermRetentionPolicy>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LongTermRetentionPolicy>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to