HubOperationsExtensions.ListNextAsync(IHubOperations, String) Method

Definition

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

Parameters

operations
IHubOperations
nextLink
String

Returns

Applies to