DataFlowClient.StartDeleteDataFlowAsync(String, CancellationToken) 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.
Deletes a data flow.
public virtual System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.DataFlowDeleteDataFlowOperation> StartDeleteDataFlowAsync (string dataFlowName, System.Threading.CancellationToken cancellationToken = default);
abstract member StartDeleteDataFlowAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.DataFlowDeleteDataFlowOperation>
override this.StartDeleteDataFlowAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Analytics.Synapse.Artifacts.DataFlowDeleteDataFlowOperation>
Public Overridable Function StartDeleteDataFlowAsync (dataFlowName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataFlowDeleteDataFlowOperation)
Parameters
- dataFlowName
- String
The data flow name.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
dataFlowName
is null.