Share via


ActivityOperationsExtensions.ListNextAsync Method

Definition

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

Parameters

operations
IActivityOperations
nextLink
String

Returns

Applies to