Class WorkflowRunActionRepetitionDefinitionInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.appservice.models.WorkflowResource
com.azure.resourcemanager.appservice.fluent.models.WorkflowRunActionRepetitionDefinitionInner

public final class WorkflowRunActionRepetitionDefinitionInner extends WorkflowResource
The workflow run action repetition definition.
  • Constructor Details

    • WorkflowRunActionRepetitionDefinitionInner

      public WorkflowRunActionRepetitionDefinitionInner()
  • Method Details

    • withLocation

      public WorkflowRunActionRepetitionDefinitionInner withLocation(String location)
      Overrides:
      withLocation in class WorkflowResource
    • withTags

      Overrides:
      withTags in class WorkflowResource
    • repetitionIndexes

      public List<RepetitionIndex> repetitionIndexes()
      Get the repetitionIndexes property: The repetition indexes.
      Returns:
      the repetitionIndexes value.
    • withRepetitionIndexes

      public WorkflowRunActionRepetitionDefinitionInner withRepetitionIndexes(List<RepetitionIndex> repetitionIndexes)
      Set the repetitionIndexes property: The repetition indexes.
      Parameters:
      repetitionIndexes - the repetitionIndexes value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • trackingId

      public String trackingId()
      Get the trackingId property: Gets the tracking id.
      Returns:
      the trackingId 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.
    • trackedProperties

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

      public List<RetryHistory> retryHistory()
      Get the retryHistory property: Gets the retry histories.
      Returns:
      the retryHistory value.
    • withRetryHistory

      public WorkflowRunActionRepetitionDefinitionInner withRetryHistory(List<RetryHistory> retryHistory)
      Set the retryHistory property: Gets the retry histories.
      Parameters:
      retryHistory - the retryHistory value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • iterationCount

      public Integer iterationCount()
      Get the iterationCount property: The iterationCount property.
      Returns:
      the iterationCount value.
    • withIterationCount

      public WorkflowRunActionRepetitionDefinitionInner withIterationCount(Integer iterationCount)
      Set the iterationCount property: The iterationCount property.
      Parameters:
      iterationCount - the iterationCount value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • startTime

      public OffsetDateTime startTime()
      Get the startTime property: The start time of the workflow scope repetition.
      Returns:
      the startTime value.
    • withStartTime

      Set the startTime property: The start time of the workflow scope repetition.
      Parameters:
      startTime - the startTime value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • endTime

      public OffsetDateTime endTime()
      Get the endTime property: The end time of the workflow scope repetition.
      Returns:
      the endTime value.
    • withEndTime

      Set the endTime property: The end time of the workflow scope repetition.
      Parameters:
      endTime - the endTime value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • correlation

      public RunActionCorrelation correlation()
      Get the correlation property: The correlation properties.
      Returns:
      the correlation value.
    • withCorrelation

      Set the correlation property: The correlation properties.
      Parameters:
      correlation - the correlation value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • status

      public WorkflowStatus status()
      Get the status property: The status of the workflow scope repetition.
      Returns:
      the status value.
    • withStatus

      Set the status property: The status of the workflow scope repetition.
      Parameters:
      status - the status value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • code

      public String code()
      Get the code property: The workflow scope repetition code.
      Returns:
      the code value.
    • withCode

      Set the code property: The workflow scope repetition code.
      Parameters:
      code - the code value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • error

      public Object error()
      Get the error property: Anything.
      Returns:
      the error value.
    • withError

      Set the error property: Anything.
      Parameters:
      error - the error value to set.
      Returns:
      the WorkflowRunActionRepetitionDefinitionInner object itself.
    • validate

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