Class PipelineRunInvokedBy

java.lang.Object
com.azure.resourcemanager.datafactory.models.PipelineRunInvokedBy

public final class PipelineRunInvokedBy extends Object
Provides entity name and id that started the pipeline run.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance of PipelineRunInvokedBy class.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    Get the id property: The ID of the entity that started the run.
    Get the invokedByType property: The type of the entity that started the run.
    Get the name property: Name of the entity that started the pipeline run.
    Get the pipelineName property: The name of the pipeline that triggered the run, if any.
    Get the pipelineRunId property: The run id of the pipeline that triggered the run, if any.
    void
    Validates the instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PipelineRunInvokedBy

      public PipelineRunInvokedBy()
      Creates an instance of PipelineRunInvokedBy class.
  • Method Details

    • name

      public String name()
      Get the name property: Name of the entity that started the pipeline run.
      Returns:
      the name value.
    • id

      public String id()
      Get the id property: The ID of the entity that started the run.
      Returns:
      the id value.
    • invokedByType

      public String invokedByType()
      Get the invokedByType property: The type of the entity that started the run.
      Returns:
      the invokedByType value.
    • pipelineName

      public String pipelineName()
      Get the pipelineName property: The name of the pipeline that triggered the run, if any.
      Returns:
      the pipelineName value.
    • pipelineRunId

      public String pipelineRunId()
      Get the pipelineRunId property: The run id of the pipeline that triggered the run, if any.
      Returns:
      the pipelineRunId value.
    • validate

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