IDatasetOperations.CreateOrUpdateWithRawJsonContentAsync 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 System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateResponse> CreateOrUpdateWithRawJsonContentAsync (string resourceGroupName, string dataFactoryName, string datasetName, Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateWithRawJsonContentAsync : string * string * string * Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateResponse>
Public Function CreateOrUpdateWithRawJsonContentAsync (resourceGroupName As String, dataFactoryName As String, datasetName As String, parameters As DatasetCreateOrUpdateWithRawJsonContentParameters, cancellationToken As CancellationToken) As Task(Of DatasetCreateOrUpdateResponse)
Parameters
- resourceGroupName
- String
- dataFactoryName
- String
- datasetName
- String
- cancellationToken
- CancellationToken