Share via


ComputeTypeOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String
computeTypeName
String

Returns

Applies to