Share via


IDataFactoryOperations.ListAsync(String, CancellationToken) Method

Definition

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

Parameters

resourceGroupName
String
cancellationToken
CancellationToken

Returns

Applies to