次の方法で共有


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>

1 か月以内の日数。

適用対象