Partager via


WeeklyRetentionFormat Constructeurs

Définition

Surcharges

WeeklyRetentionFormat()

Initialise une nouvelle instance de la classe WeeklyRetentionFormat.

WeeklyRetentionFormat(IList<Nullable<DayOfWeek>>, IList<Nullable<WeekOfMonth>>)

Initialise une nouvelle instance de la classe WeeklyRetentionFormat.

WeeklyRetentionFormat()

Initialise une nouvelle instance de la classe WeeklyRetentionFormat.

public WeeklyRetentionFormat();
Public Sub New ()

S’applique à

WeeklyRetentionFormat(IList<Nullable<DayOfWeek>>, IList<Nullable<WeekOfMonth>>)

Initialise une nouvelle instance de la classe WeeklyRetentionFormat.

public WeeklyRetentionFormat(System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DayOfWeek?> daysOfTheWeek = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeekOfMonth?> weeksOfTheMonth = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklyRetentionFormat : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.DayOfWeek>> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeekOfMonth>> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklyRetentionFormat
Public Sub New (Optional daysOfTheWeek As IList(Of Nullable(Of DayOfWeek)) = Nothing, Optional weeksOfTheMonth As IList(Of Nullable(Of WeekOfMonth)) = Nothing)

Paramètres

daysOfTheWeek
IList<Nullable<DayOfWeek>>

Liste des jours de la semaine.

weeksOfTheMonth
IList<Nullable<WeekOfMonth>>

Liste des semaines du mois.

S’applique à