DailyRetentionFormat Constructors

Definition

Overloads

DailyRetentionFormat()

Initializes a new instance of the DailyRetentionFormat class.

DailyRetentionFormat(IList<Day>)

Initializes a new instance of the DailyRetentionFormat class.

DailyRetentionFormat()

Initializes a new instance of the DailyRetentionFormat class.

public DailyRetentionFormat ();
Public Sub New ()

Applies to

DailyRetentionFormat(IList<Day>)

Initializes a new instance of the DailyRetentionFormat class.

public DailyRetentionFormat (System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.Day> daysOfTheMonth = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailyRetentionFormat : System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.Day> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailyRetentionFormat
Public Sub New (Optional daysOfTheMonth As IList(Of Day) = Nothing)

Parameters

daysOfTheMonth
IList<Day>

List of days of the month.

Applies to