Freigeben über


DataFlowsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert einen Datenfluss.

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

Parameter

operations
IDataFlowsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

factoryName
String

Der Factoryname.

dataFlowName
String

Der Name des Datenflusses.

dataFlow
DataFlowResource

Datenflussressourcendefinition.

ifMatch
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: