Class WorkflowRunTrigger

java.lang.Object
com.azure.resourcemanager.appservice.models.WorkflowRunTrigger

public final class WorkflowRunTrigger extends Object
The workflow run trigger.
  • Constructor Details

    • WorkflowRunTrigger

      public WorkflowRunTrigger()
  • Method Details

    • name

      public String name()
      Get the name property: Gets the name.
      Returns:
      the name value.
    • inputs

      public Object inputs()
      Get the inputs property: Gets the inputs.
      Returns:
      the inputs value.
    • inputsLink

      public ContentLink inputsLink()
      Get the inputsLink property: Gets the link to inputs.
      Returns:
      the inputsLink value.
    • outputs

      public Object outputs()
      Get the outputs property: Gets the outputs.
      Returns:
      the outputs value.
    • outputsLink

      public ContentLink outputsLink()
      Get the outputsLink property: Gets the link to outputs.
      Returns:
      the outputsLink value.
    • scheduledTime

      public OffsetDateTime scheduledTime()
      Get the scheduledTime property: Gets the scheduled time.
      Returns:
      the scheduledTime 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.
    • trackingId

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

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

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

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

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

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

      public Object trackedProperties()
      Get the trackedProperties property: Gets the tracked properties.
      Returns:
      the trackedProperties value.
    • validate

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