Sdílet prostřednictvím


WeeklyRetentionFormat Class

Definition

Weekly retention format.

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

Constructors

WeeklyRetentionFormat()

Initializes a new instance of WeeklyRetentionFormat.

Properties

DaysOfTheWeek

List of days of the week.

WeeksOfTheMonth

List of weeks of month.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<WeeklyRetentionFormat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WeeklyRetentionFormat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WeeklyRetentionFormat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WeeklyRetentionFormat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WeeklyRetentionFormat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to