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. Serialized Name: RecurrenceSchedule.minutes
- hours
- IEnumerable<Int32>
The hours. Serialized Name: RecurrenceSchedule.hours
- weekDays
- IEnumerable<WebAppDayOfWeek>
The days of the week. Serialized Name: RecurrenceSchedule.weekDays
- monthDays
- IEnumerable<Int32>
The month days. Serialized Name: RecurrenceSchedule.monthDays
- monthlyOccurrences
- IEnumerable<RecurrenceScheduleOccurrence>
The monthly occurrences. Serialized Name: RecurrenceSchedule.monthlyOccurrences
Returns
A new WorkflowRecurrenceSchedule instance for mocking.