Share via


DataFactoryChangeDataCaptureResource.StopAsync(CancellationToken) Method

Definition

Stops a change data capture.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/adfcdcs/{changeDataCaptureName}/stop
  • Operation Id: ChangeDataCapture_Stop
  • Default Api Version: 2018-06-01
  • Resource: DataFactoryChangeDataCaptureResource
public virtual System.Threading.Tasks.Task<Azure.Response> StopAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member StopAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.StopAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function StopAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to