AdvancedSchedule 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- monthlyOccurrences
- IList<AdvancedScheduleMonthlyOccurrence>
在一個月內發生的天數。