WorkflowTriggerRecurrence Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. WorkflowTriggerRecurrence
- com.
Implements
public final class WorkflowTriggerRecurrence
implements JsonSerializable<WorkflowTriggerRecurrence>
The workflow trigger recurrence.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endTime()
Get the end |
|
Recurrence |
frequency()
Get the frequency property: The frequency. |
|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
| Integer |
interval()
Get the interval property: The interval. |
|
Recurrence |
schedule()
Get the schedule property: The recurrence schedule. |
| String |
startTime()
Get the start |
| String |
timeZone()
Get the time |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
endTime
public String endTime()
Get the endTime property: The end time.
Returns:
frequency
public RecurrenceFrequency frequency()
Get the frequency property: The frequency.
Returns:
fromJson
public static WorkflowTriggerRecurrence fromJson(JsonReader jsonReader)
Reads an instance of WorkflowTriggerRecurrence from the JsonReader.
Parameters:
Returns:
Throws:
interval
public Integer interval()
Get the interval property: The interval.
Returns:
schedule
public RecurrenceSchedule schedule()
Get the schedule property: The recurrence schedule.
Returns:
startTime
public String startTime()
Get the startTime property: The start time.
Returns:
timeZone
public String timeZone()
Get the timeZone property: The time zone.
Returns:
toJson
validate
public void validate()
Validates the instance.