次の方法で共有


PipelineOperationsExtensions.CreateOrUpdateWithRawJsonContent メソッド

定義

public static Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse CreateOrUpdateWithRawJsonContent (this Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations operations, string resourceGroupName, string dataFactoryName, string dataPipelineName, Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters parameters);
static member CreateOrUpdateWithRawJsonContent : Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations * string * string * string * Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters -> Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdateWithRawJsonContent (operations As IPipelineOperations, resourceGroupName As String, dataFactoryName As String, dataPipelineName As String, parameters As PipelineCreateOrUpdateWithRawJsonContentParameters) As PipelineCreateOrUpdateResponse

パラメーター

operations
IPipelineOperations
resourceGroupName
String
dataFactoryName
String
dataPipelineName
String

戻り値

適用対象