ActivityTypeOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String
activityTypeName
String

Returns

Applies to