次の方法で共有


IDatasetOperations.BeginCreateOrUpdateWithRawJsonContentAsync メソッド

定義

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

パラメーター

resourceGroupName
String
dataFactoryName
String
datasetName
String
cancellationToken
CancellationToken

戻り値

適用対象