Share via


ActivityTypeOperations.ListAsync Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to