Dela via


RetentionDuration Class

Definition

Retention duration.

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

Constructors

RetentionDuration()

Initializes a new instance of RetentionDuration.

Properties

Count

Count of duration types. Retention duration is obtained by the counting the duration type Count times. For example, when Count = 3 and DurationType = Weeks, retention duration will be three weeks.

DurationType

Retention duration type of retention policy.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RetentionDuration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RetentionDuration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RetentionDuration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RetentionDuration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RetentionDuration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to