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>

在一個月內發生的天數。

適用於