ArmDataFactoryModelFactory.DataFactoryPipelineRunEntityInfo Method
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.
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.
Returns
A new DataFactoryPipelineRunEntityInfo instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET