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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET