Delen via


ArmDataFactoryModelFactory.DataFactoryPipelineRunEntityInfo Method

Definition

Initializes a new instance of DataFactoryPipelineRunEntityInfo.

public static Azure.ResourceManager.DataFactory.Models.DataFactoryPipelineRunEntityInfo DataFactoryPipelineRunEntityInfo (string name = default, string id = default, string invokedByType = default, string pipelineName = default, Guid? pipelineRunId = default);
static member DataFactoryPipelineRunEntityInfo : string * string * string * string * Nullable<Guid> -> Azure.ResourceManager.DataFactory.Models.DataFactoryPipelineRunEntityInfo
Public Shared Function DataFactoryPipelineRunEntityInfo (Optional name As String = Nothing, Optional id As String = Nothing, Optional invokedByType As String = Nothing, Optional pipelineName As String = Nothing, Optional pipelineRunId As Nullable(Of Guid) = Nothing) As DataFactoryPipelineRunEntityInfo

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
Nullable<Guid>

The run id of the pipeline that triggered the run, if any.

Returns

A new DataFactoryPipelineRunEntityInfo instance for mocking.

Applies to