Udostępnij za pośrednictwem


DataFactoryChangeDataCaptureResource.StartAsync(CancellationToken) Method

Definition

Starts a change data capture.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to