Поделиться через


AdvancedSchedule Конструкторы

Определение

Перегрузки

AdvancedSchedule()

Инициализирует новый экземпляр класса AdvancedSchedule.

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

Инициализирует новый экземпляр класса AdvancedSchedule.

AdvancedSchedule()

Инициализирует новый экземпляр класса AdvancedSchedule.

public AdvancedSchedule ();
Public Sub New ()

Применяется к

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

Инициализирует новый экземпляр класса 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)

Параметры

weekDays
IList<String>

Дни недели, в которые должно выполняться задание.

monthDays
IList<Int32>

Дни месяца, в которые должно выполняться задание. Значение должно находиться в диапазоне от 1 до 31.

monthlyOccurrences
IList<AdvancedScheduleMonthlyOccurrence>

Вхождения дней в месяц.

Применяется к