WorkflowTriggerInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. appservice. fluent. models. WorkflowTriggerInner
- com.
- com.
public final class WorkflowTriggerInner
extends SubResource
The workflow trigger.
Constructor Summary
Constructor | Description |
---|---|
WorkflowTriggerInner() |
Creates an instance of Workflow |
Method Summary
Modifier and Type | Method and Description |
---|---|
Offset |
changedTime()
Get the changed |
Offset |
createdTime()
Get the created |
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
Offset |
lastExecutionTime()
Get the last |
String |
name()
Get the name property: Gets the workflow trigger name. |
Offset |
nextExecutionTime()
Get the next |
Workflow |
provisioningState()
Get the provisioning |
Workflow |
recurrence()
Get the recurrence property: Gets the workflow trigger recurrence. |
Workflow |
state()
Get the state property: Gets the state. |
Workflow |
status()
Get the status property: Gets the status. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Gets the workflow trigger type. |
void |
validate()
Validates the instance. |
Workflow |
withId(String id) |
Resource |
workflow()
Get the workflow property: Gets the reference to workflow. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Constructor Details
WorkflowTriggerInner
public WorkflowTriggerInner()
Creates an instance of WorkflowTriggerInner class.
Method Details
changedTime
public OffsetDateTime changedTime()
Get the changedTime property: Gets the changed time.
Returns:
createdTime
public OffsetDateTime createdTime()
Get the createdTime property: Gets the created time.
Returns:
fromJson
public static WorkflowTriggerInner fromJson(JsonReader jsonReader)
Reads an instance of WorkflowTriggerInner from the JsonReader.
Parameters:
Returns:
Throws:
lastExecutionTime
public OffsetDateTime lastExecutionTime()
Get the lastExecutionTime property: Gets the last execution time.
Returns:
name
public String name()
Get the name property: Gets the workflow trigger name.
Returns:
nextExecutionTime
public OffsetDateTime nextExecutionTime()
Get the nextExecutionTime property: Gets the next execution time.
Returns:
provisioningState
public WorkflowTriggerProvisioningState provisioningState()
Get the provisioningState property: Gets the provisioning state.
Returns:
recurrence
public WorkflowTriggerRecurrence recurrence()
Get the recurrence property: Gets the workflow trigger recurrence.
Returns:
state
public WorkflowState state()
Get the state property: Gets the state.
Returns:
status
public WorkflowStatus status()
Get the status property: Gets the status.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkflowTriggerInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Gets the workflow trigger type.
Returns:
validate
public void validate()
Validates the instance.
withId
public WorkflowTriggerInner withId(String id)
Overrides:
WorkflowTriggerInner.withId(String id)Parameters:
workflow
public ResourceReference workflow()
Get the workflow property: Gets the reference to workflow.
Returns:
Applies to
Azure SDK for Java