Udostępnij za pośrednictwem


AdvancedSchedule Konstruktory

Definicja

Przeciążenia

AdvancedSchedule()

Inicjuje nowe wystąpienie klasy AdvancedSchedule.

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

Inicjuje nowe wystąpienie klasy AdvancedSchedule.

AdvancedSchedule()

Inicjuje nowe wystąpienie klasy AdvancedSchedule.

public AdvancedSchedule ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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)

Parametry

weekDays
IList<String>

Dni tygodnia, w których zadanie powinno zostać wykonane.

monthDays
IList<Int32>

Dni miesiąca, w których zadanie powinno zostać wykonane. Musi zawierać się w zakresie od 1 do 31.

monthlyOccurrences
IList<AdvancedScheduleMonthlyOccurrence>

Wystąpienia dni w ciągu miesiąca.

Dotyczy