다음을 통해 공유


AdvancedSchedule 생성자

정의

오버로드

AdvancedSchedule()

AdvancedSchedule 클래스의 새 instance 초기화합니다.

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

AdvancedSchedule 클래스의 새 instance 초기화합니다.

AdvancedSchedule()

AdvancedSchedule 클래스의 새 instance 초기화합니다.

public AdvancedSchedule ();
Public Sub New ()

적용 대상

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

AdvancedSchedule 클래스의 새 instance 초기화합니다.

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)

매개 변수

weekDays
IList<String>

작업이 실행되어야 하는 요일입니다.

monthDays
IList<Int32>

작업이 실행되어야 하는 월의 일 수입니다. 1에서 31 사이여야 합니다.

monthlyOccurrences
IList<AdvancedScheduleMonthlyOccurrence>

한 달 이내의 일 수입니다.

적용 대상