IPipelineOperations.ResumeAsync 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.
public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> ResumeAsync (string resourceGroupName, string dataFactoryName, string dataPipelineName, System.Threading.CancellationToken cancellationToken);
abstract member ResumeAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function ResumeAsync (resourceGroupName As String, dataFactoryName As String, dataPipelineName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)
Parameters
- resourceGroupName
- String
- dataFactoryName
- String
- dataPipelineName
- String
- cancellationToken
- CancellationToken
Returns
Task<Microsoft.Azure.AzureOperationResponse>