Class RunActionCorrelation

java.lang.Object
com.azure.resourcemanager.appservice.models.RunCorrelation
com.azure.resourcemanager.appservice.models.RunActionCorrelation

public final class RunActionCorrelation extends RunCorrelation
The workflow run action correlation properties.
  • Constructor Details

    • RunActionCorrelation

      public RunActionCorrelation()
  • Method Details

    • actionTrackingId

      public String actionTrackingId()
      Get the actionTrackingId property: The action tracking identifier.
      Returns:
      the actionTrackingId value.
    • withActionTrackingId

      public RunActionCorrelation withActionTrackingId(String actionTrackingId)
      Set the actionTrackingId property: The action tracking identifier.
      Parameters:
      actionTrackingId - the actionTrackingId value to set.
      Returns:
      the RunActionCorrelation object itself.
    • withClientTrackingId

      public RunActionCorrelation withClientTrackingId(String clientTrackingId)
      Set the clientTrackingId property: The client tracking identifier.
      Overrides:
      withClientTrackingId in class RunCorrelation
      Parameters:
      clientTrackingId - the clientTrackingId value to set.
      Returns:
      the RunCorrelation object itself.
    • withClientKeywords

      public RunActionCorrelation withClientKeywords(List<String> clientKeywords)
      Set the clientKeywords property: The client keywords.
      Overrides:
      withClientKeywords in class RunCorrelation
      Parameters:
      clientKeywords - the clientKeywords value to set.
      Returns:
      the RunCorrelation object itself.
    • validate

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