Freigeben über


PipelineRunsOperationsExtensions.GetAsync Methode

Definition

Rufen Sie eine Pipeline ab, die anhand ihrer Ausführungs-ID ausgeführt wird.

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)

Parameter

operations
IPipelineRunsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Factoryname.

runId
String

Der Bezeichner für die Pipelineausführung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: