Freigeben über


PipelineRunsOperationsExtensions.Cancel Methode

Definition

Abbrechen einer Pipeline, die mit ihrer Ausführungs-ID ausgeführt wird.

public static void Cancel (this Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations operations, string resourceGroupName, string factoryName, string runId, bool? isRecursive = default);
static member Cancel : Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations * string * string * string * Nullable<bool> -> unit
<Extension()>
Public Sub Cancel (operations As IPipelineRunsOperations, resourceGroupName As String, factoryName As String, runId As String, Optional isRecursive As Nullable(Of Boolean) = Nothing)

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.

isRecursive
Nullable<Boolean>

Wenn true, brechen Sie alle untergeordneten Pipelines ab, die von der aktuellen Pipeline ausgelöst werden.

Gilt für: