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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET