PipelineRunsOperationsExtensions.GetAsync 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.
Get a pipeline run by its run ID.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.PipelineRun> GetAsync (this Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations operations, string resourceGroupName, string factoryName, string runId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactory.Models.PipelineRun>
<Extension()>
Public Function GetAsync (operations As IPipelineRunsOperations, resourceGroupName As String, factoryName As String, runId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PipelineRun)
Parameters
- operations
- IPipelineRunsOperations
The operations group for this extension method.
- resourceGroupName
- String
The resource group name.
- factoryName
- String
The factory name.
- runId
- String
The pipeline run identifier.
- cancellationToken
- CancellationToken
The cancellation token.