ComputeTypeOperationsExtensions.CreateOrUpdateAsync Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String

Returns

Applies to