ActivityTypeOperations.CreateOrUpdateAsync Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to