ComputeTypeOperationsExtensions.CreateOrUpdateWithRawJsonContent Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String
computeTypeName
String

Returns

Applies to