WeeklyRetentionFormat Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- weeksOfTheMonth
- IList<Nullable<WeekOfMonth>>
Liste des semaines du mois.
S’applique à
Azure SDK for .NET