Compartilhar via


AdvancedSchedule Construtores

Definição

Sobrecargas

AdvancedSchedule()

Inicializa uma nova instância da classe AdvancedSchedule.

AdvancedSchedule(IList<String>, IList<Int32>, IList<AdvancedScheduleMonthlyOccurrence>)

Inicializa uma nova instância da classe AdvancedSchedule.

AdvancedSchedule()

Inicializa uma nova instância da classe AdvancedSchedule.

public AdvancedSchedule ();
Public Sub New ()

Aplica-se a

AdvancedSchedule(IList<String>, IList<Int32>, IList<AdvancedScheduleMonthlyOccurrence>)

Inicializa uma nova instância da classe AdvancedSchedule.

public AdvancedSchedule (System.Collections.Generic.IList<string> weekDays = default, System.Collections.Generic.IList<int> monthDays = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence> monthlyOccurrences = default);
new Microsoft.Azure.Management.Automation.Models.AdvancedSchedule : System.Collections.Generic.IList<string> * System.Collections.Generic.IList<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Automation.Models.AdvancedScheduleMonthlyOccurrence> -> Microsoft.Azure.Management.Automation.Models.AdvancedSchedule
Public Sub New (Optional weekDays As IList(Of String) = Nothing, Optional monthDays As IList(Of Integer) = Nothing, Optional monthlyOccurrences As IList(Of AdvancedScheduleMonthlyOccurrence) = Nothing)

Parâmetros

weekDays
IList<String>

Dias da semana em que o trabalho deve ser executado.

monthDays
IList<Int32>

Dias do mês em que o trabalho deve ser executado. Deve estar entre 1 e 31.

monthlyOccurrences
IList<AdvancedScheduleMonthlyOccurrence>

Ocorrências de dias dentro de um mês.

Aplica-se a