DataFactoryChangeDataCaptureResource.StatusAsync(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.
Gets the current status for the change data capture resource.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/adfcdcs/{changeDataCaptureName}/status
- Operation Id: ChangeDataCapture_Status
- Default Api Version: 2018-06-01
- Resource: DataFactoryChangeDataCaptureResource
public virtual System.Threading.Tasks.Task<Azure.Response<string>> StatusAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member StatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
override this.StatusAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<string>>
Public Overridable Function StatusAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of String))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.