Share via


ComputeTypeOperations.CreateOrUpdateAsync Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to