MonthlyRetentionSchedule Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
MonthlyRetentionSchedule() |
Inicializa uma nova instância da classe MonthlyRetentionSchedule. |
MonthlyRetentionSchedule(String, DailyRetentionFormat, WeeklyRetentionFormat, IList<Nullable<DateTime>>, RetentionDuration) |
Inicializa uma nova instância da classe MonthlyRetentionSchedule. |
MonthlyRetentionSchedule()
Inicializa uma nova instância da classe MonthlyRetentionSchedule.
public MonthlyRetentionSchedule ();
Public Sub New ()
Aplica-se a
MonthlyRetentionSchedule(String, DailyRetentionFormat, WeeklyRetentionFormat, IList<Nullable<DateTime>>, RetentionDuration)
Inicializa uma nova instância da 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)
Parâmetros
- retentionScheduleFormatType
- String
Tipo de formato de agendamento de retenção para a política de retenção mensal. Os valores possíveis incluem: 'Invalid', 'Daily', 'Weekly'
- retentionScheduleDaily
- DailyRetentionFormat
Formato de retenção diária para a política de retenção mensal.
- retentionScheduleWeekly
- WeeklyRetentionFormat
Formato de retenção semanal para a política de retenção mensal.
- retentionDuration
- RetentionDuration
Duração da retenção da Política de retenção.
Aplica-se a
Azure SDK for .NET