DataFlowClient.StartCreateOrUpdateDataFlowAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.