ComputeTypeOperations.CreateOrUpdateWithRawJsonContentAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateResponse> CreateOrUpdateWithRawJsonContentAsync (string resourceGroupName, string dataFactoryName, string computeTypeName, Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateOrUpdateWithRawJsonContentAsync : string * string * string * Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateResponse>
override this.CreateOrUpdateWithRawJsonContentAsync : string * string * string * Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateResponse>
Public Function CreateOrUpdateWithRawJsonContentAsync (resourceGroupName As String, dataFactoryName As String, computeTypeName As String, parameters As ComputeTypeCreateOrUpdateWithRawJsonContentParameters, cancellationToken As CancellationToken) As Task(Of ComputeTypeCreateOrUpdateResponse)

Parameters

resourceGroupName
String
dataFactoryName
String
computeTypeName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to