ComputeTypeOperations.ListNextAsync(String, CancellationToken) Method

Definition

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

Parameters

nextLink
String
cancellationToken
CancellationToken

Returns

Implements

Applies to