AdvancedSchedule Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
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
Azure SDK for .NET