IPipelineOperations.BeginCreateOrUpdateWithRawJsonContentAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateResponse> BeginCreateOrUpdateWithRawJsonContentAsync (string resourceGroupName, string dataFactoryName, string dataPipelineName, Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member BeginCreateOrUpdateWithRawJsonContentAsync : string * string * string * Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateResponse>
Public Function BeginCreateOrUpdateWithRawJsonContentAsync (resourceGroupName As String, dataFactoryName As String, dataPipelineName As String, parameters As PipelineCreateOrUpdateWithRawJsonContentParameters, cancellationToken As CancellationToken) As Task(Of PipelineCreateOrUpdateResponse)

Parameters

resourceGroupName
String
dataFactoryName
String
dataPipelineName
String
cancellationToken
CancellationToken

Returns

Applies to