WorkflowTrigger Interface
public interface WorkflowTrigger
An immutable client-side representation of WorkflowTrigger.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
changedTime()
Gets the changed |
|
abstract
Offset |
createdTime()
Gets the created |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Workflow |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastExecutionTime()
Gets the last |
| abstract String |
name()
Gets the name property: Gets the workflow trigger name. |
|
abstract
Offset |
nextExecutionTime()
Gets the next |
|
abstract
Workflow |
provisioningState()
Gets the provisioning |
|
abstract
Workflow |
recurrence()
Gets the recurrence property: Gets the workflow trigger recurrence. |
|
abstract
Workflow |
state()
Gets the state property: Gets the state. |
|
abstract
Workflow |
status()
Gets the status property: Gets the status. |
| abstract String |
type()
Gets the type property: Gets the workflow trigger type. |
|
abstract
Resource |
workflow()
Gets the workflow property: Gets the reference to workflow. |
Method Details
changedTime
public abstract OffsetDateTime changedTime()
Gets the changedTime property: Gets the changed time.
Returns:
createdTime
public abstract OffsetDateTime createdTime()
Gets the createdTime property: Gets the created time.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract WorkflowTriggerInner innerModel()
Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerInner object.
Returns:
lastExecutionTime
public abstract OffsetDateTime lastExecutionTime()
Gets the lastExecutionTime property: Gets the last execution time.
Returns:
name
public abstract String name()
Gets the name property: Gets the workflow trigger name.
Returns:
nextExecutionTime
public abstract OffsetDateTime nextExecutionTime()
Gets the nextExecutionTime property: Gets the next execution time.
Returns:
provisioningState
public abstract WorkflowTriggerProvisioningState provisioningState()
Gets the provisioningState property: Gets the provisioning state.
Returns:
recurrence
public abstract WorkflowTriggerRecurrence recurrence()
Gets the recurrence property: Gets the workflow trigger recurrence.
Returns:
state
public abstract WorkflowState state()
Gets the state property: Gets the state.
Returns:
status
public abstract WorkflowStatus status()
Gets the status property: Gets the status.
Returns:
type
public abstract String type()
Gets the type property: Gets the workflow trigger type.
Returns:
workflow
public abstract ResourceReference workflow()
Gets the workflow property: Gets the reference to workflow.
Returns: