PipelineOperationsExtensions.BeginCreateOrUpdateWithRawJsonContentAsync 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 static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse> BeginCreateOrUpdateWithRawJsonContentAsync (this Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations operations, string resourceGroupName, string dataFactoryName, string dataPipelineName, Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters parameters);
static member BeginCreateOrUpdateWithRawJsonContentAsync : Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations * string * string * string * Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse>
<Extension()>
Public Function BeginCreateOrUpdateWithRawJsonContentAsync (operations As IPipelineOperations, resourceGroupName As String, dataFactoryName As String, dataPipelineName As String, parameters As PipelineCreateOrUpdateWithRawJsonContentParameters) As Task(Of PipelineCreateOrUpdateResponse)
Parameters
- operations
- IPipelineOperations
- resourceGroupName
- String
- dataFactoryName
- String
- dataPipelineName
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET