ActivityTypeOperations.CreateOrUpdateWithRawJsonContentAsync Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String
activityTypeName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to