PipelineRunInvokedBy Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PipelineRunInvokedBy() |
Initializes a new instance of the PipelineRunInvokedBy class. |
PipelineRunInvokedBy(String, String, String, String, String) |
Initializes a new instance of the PipelineRunInvokedBy class. |
PipelineRunInvokedBy()
Initializes a new instance of the PipelineRunInvokedBy class.
public PipelineRunInvokedBy ();
Public Sub New ()
Applies to
PipelineRunInvokedBy(String, String, String, String, String)
Initializes a new instance of the PipelineRunInvokedBy class.
public PipelineRunInvokedBy (string name = default, string id = default, string invokedByType = default, string pipelineName = default, string pipelineRunId = default);
new Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy : string * string * string * string * string -> Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy
Public Sub New (Optional name As String = Nothing, Optional id As String = Nothing, Optional invokedByType As String = Nothing, Optional pipelineName As String = Nothing, Optional pipelineRunId As String = Nothing)
Parameters
- name
- String
Name of the entity that started the pipeline run.
- id
- String
The ID of the entity that started the run.
- invokedByType
- String
The type of the entity that started the run.
- pipelineName
- String
The name of the pipeline that triggered the run, if any.
- pipelineRunId
- String
The run id of the pipeline that triggered the run, if any.
Applies to
Azure SDK for .NET