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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET