ArmAppServiceModelFactory.WorkflowRecurrenceSchedule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of WorkflowRecurrenceSchedule.
public static Azure.ResourceManager.AppService.Models.WorkflowRecurrenceSchedule WorkflowRecurrenceSchedule(System.Collections.Generic.IEnumerable<int> minutes = default, System.Collections.Generic.IEnumerable<int> hours = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.WebAppDayOfWeek> weekDays = default, System.Collections.Generic.IEnumerable<int> monthDays = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppService.Models.RecurrenceScheduleOccurrence> monthlyOccurrences = default);
static member WorkflowRecurrenceSchedule : seq<int> * seq<int> * seq<Azure.ResourceManager.AppService.Models.WebAppDayOfWeek> * seq<int> * seq<Azure.ResourceManager.AppService.Models.RecurrenceScheduleOccurrence> -> Azure.ResourceManager.AppService.Models.WorkflowRecurrenceSchedule
Public Shared Function WorkflowRecurrenceSchedule (Optional minutes As IEnumerable(Of Integer) = Nothing, Optional hours As IEnumerable(Of Integer) = Nothing, Optional weekDays As IEnumerable(Of WebAppDayOfWeek) = Nothing, Optional monthDays As IEnumerable(Of Integer) = Nothing, Optional monthlyOccurrences As IEnumerable(Of RecurrenceScheduleOccurrence) = Nothing) As WorkflowRecurrenceSchedule
Parameters
- minutes
- IEnumerable<Int32>
The minutes.
- hours
- IEnumerable<Int32>
The hours.
- weekDays
- IEnumerable<WebAppDayOfWeek>
The days of the week.
- monthDays
- IEnumerable<Int32>
The month days.
- monthlyOccurrences
- IEnumerable<RecurrenceScheduleOccurrence>
The monthly occurrences.
Returns
A new WorkflowRecurrenceSchedule instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET