次の方法で共有


DatasetOperationsExtensions.BeginCreateOrUpdateWithRawJsonContentAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateResponse> BeginCreateOrUpdateWithRawJsonContentAsync (this Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations operations, string resourceGroupName, string dataFactoryName, string datasetName, Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters parameters);
static member BeginCreateOrUpdateWithRawJsonContentAsync : 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 BeginCreateOrUpdateWithRawJsonContentAsync (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

戻り値

適用対象