Freigeben über


PipelinesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Pipeline.

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

Parameter

operations
IPipelinesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Werksname.

pipelineName
String

Der Pipelinename.

pipeline
PipelineResource

Definition der Pipelineressource.

ifMatch
String

ETag der Pipelineentität. Sollte nur für das Update angegeben werden, für das es mit einer vorhandenen Entität übereinstimmen soll oder * für bedingungslose Updates sein kann.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: