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

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