Sdílet prostřednictvím


AdvancedSchedule Konstruktory

Definice

Přetížení

AdvancedSchedule()

Inicializuje novou instanci AdvancedSchedule třídy.

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

Inicializuje novou instanci AdvancedSchedule třídy.

AdvancedSchedule()

Inicializuje novou instanci AdvancedSchedule třídy.

public AdvancedSchedule ();
Public Sub New ()

Platí pro

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

Inicializuje novou instanci AdvancedSchedule třídy.

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)

Parametry

weekDays
IList<String>

Dny v týdnu, ve které by se měla úloha spustit.

monthDays
IList<Int32>

Dny v měsíci, ve které by se měla úloha spustit. Musí být mezi 1 a 31.

monthlyOccurrences
IList<AdvancedScheduleMonthlyOccurrence>

Výskyty dnů v měsíci.

Platí pro