ArmAppServiceModelFactory.WorkflowTriggerRecurrence 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 WorkflowTriggerRecurrence.
public static Azure.ResourceManager.AppService.Models.WorkflowTriggerRecurrence WorkflowTriggerRecurrence (Azure.ResourceManager.AppService.Models.WorkflowRecurrenceFrequency? frequency = default, int? interval = default, string startTime = default, string endTime = default, string timeZone = default, Azure.ResourceManager.AppService.Models.WorkflowRecurrenceSchedule schedule = default);
static member WorkflowTriggerRecurrence : Nullable<Azure.ResourceManager.AppService.Models.WorkflowRecurrenceFrequency> * Nullable<int> * string * string * string * Azure.ResourceManager.AppService.Models.WorkflowRecurrenceSchedule -> Azure.ResourceManager.AppService.Models.WorkflowTriggerRecurrence
Public Shared Function WorkflowTriggerRecurrence (Optional frequency As Nullable(Of WorkflowRecurrenceFrequency) = Nothing, Optional interval As Nullable(Of Integer) = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional timeZone As String = Nothing, Optional schedule As WorkflowRecurrenceSchedule = Nothing) As WorkflowTriggerRecurrence
Parameters
- frequency
- Nullable<WorkflowRecurrenceFrequency>
The frequency.
- startTime
- String
The start time.
- endTime
- String
The end time.
- timeZone
- String
The time zone.
- schedule
- WorkflowRecurrenceSchedule
The recurrence schedule.
Returns
A new WorkflowTriggerRecurrence instance for mocking.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET