Compartilhar via


WeeklyRetentionFormat Construtores

Definição

Sobrecargas

WeeklyRetentionFormat()

Inicializa uma nova instância da classe WeeklyRetentionFormat.

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

Inicializa uma nova instância da classe WeeklyRetentionFormat.

WeeklyRetentionFormat()

Inicializa uma nova instância da classe WeeklyRetentionFormat.

public WeeklyRetentionFormat ();
Public Sub New ()

Aplica-se a

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

Inicializa uma nova instância da 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)

Parâmetros

daysOfTheWeek
IList<Nullable<DayOfWeek>>

Lista de dias da semana.

weeksOfTheMonth
IList<Nullable<WeekOfMonth>>

Lista de semanas de mês.

Aplica-se a