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)
Параметры
Дни месяца, в которые должно выполняться задание. Значение должно находиться в диапазоне от 1 до 31.
- monthlyOccurrences
- IList<AdvancedScheduleMonthlyOccurrence>
Вхождения дней в месяц.
Применяется к
Azure SDK for .NET