AdvancedSchedule Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AdvancedSchedule() |
Initialise une nouvelle instance de la classe AdvancedSchedule. |
AdvancedSchedule(IList<String>, IList<Int32>, IList<AdvancedScheduleMonthlyOccurrence>) |
Initialise une nouvelle instance de la classe AdvancedSchedule. |
AdvancedSchedule()
Initialise une nouvelle instance de la classe AdvancedSchedule.
public AdvancedSchedule ();
Public Sub New ()
S’applique à
AdvancedSchedule(IList<String>, IList<Int32>, IList<AdvancedScheduleMonthlyOccurrence>)
Initialise une nouvelle instance de la classe 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)
Paramètres
Jours du mois sur lesquels le travail doit s’exécuter. Doit être compris entre 1 et 31.
- monthlyOccurrences
- IList<AdvancedScheduleMonthlyOccurrence>
Occurrences de jours dans un mois.
S’applique à
Azure SDK for .NET