Dela via


AdvancedSchedule Konstruktorer

Definition

Överlagringar

AdvancedSchedule()

Initierar en ny instans av klassen AdvancedSchedule.

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

Initierar en ny instans av klassen AdvancedSchedule.

AdvancedSchedule()

Initierar en ny instans av klassen AdvancedSchedule.

public AdvancedSchedule();
Public Sub New ()

Gäller för

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

Initierar en ny instans av klassen 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)

Parametrar

weekDays
IList<String>

Veckodagar som jobbet ska köras på.

monthDays
IList<Int32>

Dagar i månaden som jobbet ska köras på. Måste vara mellan 1 och 31.

monthlyOccurrences
IList<AdvancedScheduleMonthlyOccurrence>

Förekomster av dagar inom en månad.

Gäller för