Uses of Class
com.azure.resourcemanager.appservice.models.WorkflowTriggerRecurrence
Packages that use WorkflowTriggerRecurrence
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of WorkflowTriggerRecurrence in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WorkflowTriggerRecurrenceModifier and TypeMethodDescriptionWorkflowTriggerInner.recurrence()Get the recurrence property: Gets the workflow trigger recurrence.WorkflowTriggerProperties.recurrence()Get the recurrence property: Gets the workflow trigger recurrence. -
Uses of WorkflowTriggerRecurrence in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return WorkflowTriggerRecurrenceModifier and TypeMethodDescriptionstatic WorkflowTriggerRecurrenceWorkflowTriggerRecurrence.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WorkflowTriggerRecurrence from the JsonReader.WorkflowTriggerRecurrence.withEndTime(String endTime) Set the endTime property: The end time.WorkflowTriggerRecurrence.withFrequency(RecurrenceFrequency frequency) Set the frequency property: The frequency.WorkflowTriggerRecurrence.withInterval(Integer interval) Set the interval property: The interval.WorkflowTriggerRecurrence.withSchedule(RecurrenceSchedule schedule) Set the schedule property: The recurrence schedule.WorkflowTriggerRecurrence.withStartTime(String startTime) Set the startTime property: The start time.WorkflowTriggerRecurrence.withTimeZone(String timeZone) Set the timeZone property: The time zone.