ComputeTypeOperations.ListAsync Method

Definition

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

Parameters

resourceGroupName
String
dataFactoryName
String
cancellationToken
CancellationToken

Returns

Implements

Applies to