JobOperationsExtensions.ListNextAsync(IJobOperations, String) Method

Definition

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

Parameters

operations
IJobOperations
nextLink
String

Returns

Applies to