HubOperationsExtensions.ListAsync(IHubOperations, String, String) Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.HubListResponse> ListAsync (this Microsoft.Azure.Management.DataFactories.Core.IHubOperations operations, string resourceGroupName, string dataFactoryName);
static member ListAsync : Microsoft.Azure.Management.DataFactories.Core.IHubOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.HubListResponse>
<Extension()>
Public Function ListAsync (operations As IHubOperations, resourceGroupName As String, dataFactoryName As String) As Task(Of HubListResponse)

Parameters

operations
IHubOperations
resourceGroupName
String
dataFactoryName
String

Returns

Applies to