Delen via


AdvancedSchedule Constructors

Definitie

Overloads

AdvancedSchedule()

Initialiseert een nieuw exemplaar van de klasse AdvancedSchedule.

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

Initialiseert een nieuw exemplaar van de klasse AdvancedSchedule.

AdvancedSchedule()

Initialiseert een nieuw exemplaar van de klasse AdvancedSchedule.

public AdvancedSchedule ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse 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)

Parameters

weekDays
IList<String>

Dagen van de week waarop de taak moet worden uitgevoerd.

monthDays
IList<Int32>

Dagen van de maand waarop de taak moet worden uitgevoerd. Moet tussen 1 en 31 zijn.

monthlyOccurrences
IList<AdvancedScheduleMonthlyOccurrence>

Exemplaren van dagen binnen een maand.

Van toepassing op