Class WorkflowRunProperties

java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.WorkflowRunProperties

public final class WorkflowRunProperties extends Object
The workflow run properties.
  • Constructor Details

    • WorkflowRunProperties

      public WorkflowRunProperties()
  • Method Details

    • waitEndTime

      public OffsetDateTime waitEndTime()
      Get the waitEndTime property: Gets the wait end time.
      Returns:
      the waitEndTime value.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: Gets the start time.
      Returns:
      the startTime value.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: Gets the end time.
      Returns:
      the endTime value.
    • status

      public WorkflowStatus status()
      Get the status property: Gets the status.
      Returns:
      the status value.
    • code

      public String code()
      Get the code property: Gets the code.
      Returns:
      the code value.
    • error

      public Object error()
      Get the error property: Gets the error.
      Returns:
      the error value.
    • correlationId

      public String correlationId()
      Get the correlationId property: Gets the correlation id.
      Returns:
      the correlationId value.
    • correlation

      public Correlation correlation()
      Get the correlation property: The run correlation.
      Returns:
      the correlation value.
    • withCorrelation

      public WorkflowRunProperties withCorrelation(Correlation correlation)
      Set the correlation property: The run correlation.
      Parameters:
      correlation - the correlation value to set.
      Returns:
      the WorkflowRunProperties object itself.
    • workflow

      public ResourceReference workflow()
      Get the workflow property: Gets the reference to workflow version.
      Returns:
      the workflow value.
    • trigger

      public WorkflowRunTrigger trigger()
      Get the trigger property: Gets the fired trigger.
      Returns:
      the trigger value.
    • outputs

      public Map<String,WorkflowOutputParameter> outputs()
      Get the outputs property: Gets the outputs.
      Returns:
      the outputs value.
    • response

      public WorkflowRunTrigger response()
      Get the response property: Gets the response of the flow run.
      Returns:
      the response value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.