Freigeben über


PipelinesOperationsExtensions.DeleteAsync Methode

Definition

Löscht eine Pipeline.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.DataFactory.IPipelinesOperations operations, string resourceGroupName, string factoryName, string pipelineName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.DataFactory.IPipelinesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IPipelinesOperations, resourceGroupName As String, factoryName As String, pipelineName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameter

operations
IPipelinesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Werksname.

pipelineName
String

Der Pipelinename.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: