次の方法で共有


DatasetOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateResponse> CreateOrUpdateWithRawJsonContentAsync (this Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations operations, string resourceGroupName, string dataFactoryName, string datasetName, Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters parameters);
static member CreateOrUpdateWithRawJsonContentAsync : Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations * string * string * string * Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateResponse>
<Extension()>
Public Function CreateOrUpdateWithRawJsonContentAsync (operations As IDatasetOperations, resourceGroupName As String, dataFactoryName As String, datasetName As String, parameters As DatasetCreateOrUpdateWithRawJsonContentParameters) As Task(Of DatasetCreateOrUpdateResponse)

パラメーター

operations
IDatasetOperations
resourceGroupName
String
dataFactoryName
String
datasetName
String

戻り値

適用対象