DataFlowClient.StartCreateOrUpdateDataFlow 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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET