JobOperationsExtensions.ListNext(IJobOperations, String) Method

Definition

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

Parameters

operations
IJobOperations
nextLink
String

Returns

Applies to