MonthlyRetentionSchedule 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
MonthlyRetentionSchedule() |
Initialise une nouvelle instance de la classe MonthlyRetentionSchedule. |
MonthlyRetentionSchedule(String, DailyRetentionFormat, WeeklyRetentionFormat, IList<Nullable<DateTime>>, RetentionDuration) |
Initialise une nouvelle instance de la classe MonthlyRetentionSchedule. |
MonthlyRetentionSchedule()
Initialise une nouvelle instance de la classe MonthlyRetentionSchedule.
public MonthlyRetentionSchedule ();
Public Sub New ()
S’applique à
MonthlyRetentionSchedule(String, DailyRetentionFormat, WeeklyRetentionFormat, IList<Nullable<DateTime>>, RetentionDuration)
Initialise une nouvelle instance de la classe MonthlyRetentionSchedule.
public MonthlyRetentionSchedule (string retentionScheduleFormatType = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailyRetentionFormat retentionScheduleDaily = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklyRetentionFormat retentionScheduleWeekly = default, System.Collections.Generic.IList<DateTime?> retentionTimes = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionDuration retentionDuration = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.MonthlyRetentionSchedule : string * Microsoft.Azure.Management.RecoveryServices.Backup.Models.DailyRetentionFormat * Microsoft.Azure.Management.RecoveryServices.Backup.Models.WeeklyRetentionFormat * System.Collections.Generic.IList<Nullable<DateTime>> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.RetentionDuration -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.MonthlyRetentionSchedule
Public Sub New (Optional retentionScheduleFormatType As String = Nothing, Optional retentionScheduleDaily As DailyRetentionFormat = Nothing, Optional retentionScheduleWeekly As WeeklyRetentionFormat = Nothing, Optional retentionTimes As IList(Of Nullable(Of DateTime)) = Nothing, Optional retentionDuration As RetentionDuration = Nothing)
Paramètres
- retentionScheduleFormatType
- String
Type de format de planification de rétention pour la stratégie de rétention mensuelle. Les valeurs possibles sont les suivantes : 'Invalid', 'Daily', 'Weekly'
- retentionScheduleDaily
- DailyRetentionFormat
Format de rétention quotidien pour la stratégie de rétention mensuelle.
- retentionScheduleWeekly
- WeeklyRetentionFormat
Format de rétention hebdomadaire pour la stratégie de rétention mensuelle.
- retentionDuration
- RetentionDuration
Durée de rétention de la stratégie de rétention.
S’applique à
Azure SDK for .NET