你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataFlowClient.StartCreateOrUpdateDataFlowAsync Method

Definition

Creates or updates a data flow.

public virtual System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.DataFlowCreateOrUpdateDataFlowOperation> StartCreateOrUpdateDataFlowAsync(string dataFlowName, Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource dataFlow, string ifMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member StartCreateOrUpdateDataFlowAsync : string * Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.DataFlowCreateOrUpdateDataFlowOperation>
override this.StartCreateOrUpdateDataFlowAsync : string * Azure.Analytics.Synapse.Artifacts.Models.DataFlowResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.DataFlowCreateOrUpdateDataFlowOperation>
Public Overridable Function StartCreateOrUpdateDataFlowAsync (dataFlowName As String, dataFlow As DataFlowResource, Optional ifMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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