Share via


DataFlowClient.StartCreateOrUpdateDataFlow Method

Definition

Creates or updates a data flow.

public virtual Azure.Analytics.Synapse.Artifacts.DataFlowCreateOrUpdateDataFlowOperation StartCreateOrUpdateDataFlow (string dataFlowName, Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource dataFlow, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateOrUpdateDataFlow : string * Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource * string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.DataFlowCreateOrUpdateDataFlowOperation
override this.StartCreateOrUpdateDataFlow : string * Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource * string * System.Threading.CancellationToken -> Azure.Analytics.Synapse.Artifacts.DataFlowCreateOrUpdateDataFlowOperation
Public Overridable Function StartCreateOrUpdateDataFlow (dataFlowName As String, dataFlow As DataFlowResource, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As DataFlowCreateOrUpdateDataFlowOperation

Parameters

dataFlowName
String

The data flow name.

dataFlow
DataFlowResource

Data flow resource definition.

ifMatch
String

ETag of the data flow entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

dataFlowName or dataFlow is null.

Applies to