Interface WorkflowTrigger


public interface WorkflowTrigger
An immutable client-side representation of WorkflowTrigger.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: Gets the workflow trigger name.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: Gets the workflow trigger type.
      Returns:
      the type value.
    • provisioningState

      Gets the provisioningState property: Gets the provisioning state.
      Returns:
      the provisioningState value.
    • createdTime

      OffsetDateTime createdTime()
      Gets the createdTime property: Gets the created time.
      Returns:
      the createdTime value.
    • changedTime

      OffsetDateTime changedTime()
      Gets the changedTime property: Gets the changed time.
      Returns:
      the changedTime value.
    • state

      WorkflowState state()
      Gets the state property: Gets the state.
      Returns:
      the state value.
    • status

      WorkflowStatus status()
      Gets the status property: Gets the status.
      Returns:
      the status value.
    • lastExecutionTime

      OffsetDateTime lastExecutionTime()
      Gets the lastExecutionTime property: Gets the last execution time.
      Returns:
      the lastExecutionTime value.
    • nextExecutionTime

      OffsetDateTime nextExecutionTime()
      Gets the nextExecutionTime property: Gets the next execution time.
      Returns:
      the nextExecutionTime value.
    • recurrence

      Gets the recurrence property: Gets the workflow trigger recurrence.
      Returns:
      the recurrence value.
    • workflow

      ResourceReference workflow()
      Gets the workflow property: Gets the reference to workflow.
      Returns:
      the workflow value.
    • innerModel

      WorkflowTriggerInner innerModel()
      Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowTriggerInner object.
      Returns:
      the inner object.