WeeklyRetentionFormat 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
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
- weeksOfTheMonth
- IList<Nullable<WeekOfMonth>>
Lista de semanas de mês.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET