Interface WorkflowRunActionRepetitionDefinition


public interface WorkflowRunActionRepetitionDefinition
An immutable client-side representation of WorkflowRunActionRepetitionDefinition.
  • 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: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • repetitionIndexes

      List<RepetitionIndex> repetitionIndexes()
      Gets the repetitionIndexes property: The repetition indexes.
      Returns:
      the repetitionIndexes value.
    • trackingId

      String trackingId()
      Gets the trackingId property: Gets the tracking id.
      Returns:
      the trackingId value.
    • inputs

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

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

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

      ContentLink outputsLink()
      Gets the outputsLink property: Gets the link to outputs.
      Returns:
      the outputsLink value.
    • trackedProperties

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

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

      Integer iterationCount()
      Gets the iterationCount property: The iterationCount property.
      Returns:
      the iterationCount value.
    • startTime

      OffsetDateTime startTime()
      Gets the startTime property: The start time of the workflow scope repetition.
      Returns:
      the startTime value.
    • endTime

      OffsetDateTime endTime()
      Gets the endTime property: The end time of the workflow scope repetition.
      Returns:
      the endTime value.
    • correlation

      RunActionCorrelation correlation()
      Gets the correlation property: The correlation properties.
      Returns:
      the correlation value.
    • status

      WorkflowStatus status()
      Gets the status property: The status of the workflow scope repetition.
      Returns:
      the status value.
    • code

      String code()
      Gets the code property: The workflow scope repetition code.
      Returns:
      the code value.
    • error

      Object error()
      Gets the error property: Anything.
      Returns:
      the error value.
    • innerModel

      Gets the inner com.azure.resourcemanager.logic.fluent.models.WorkflowRunActionRepetitionDefinitionInner object.
      Returns:
      the inner object.