Share via


JobOperationsExtensions.ListNextAsync Method (IJobOperations, String)

 

Retrieve next list of jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

public static Task<JobListResponse> ListNextAsync(
    this IJobOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<JobListResponse^>^ ListNextAsync(
    IJobOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IJobOperations *
        nextLink:string -> Task<JobListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IJobOperations,
    nextLink As String
) As Task(Of JobListResponse)

Parameters

  • nextLink
    Type: System.String

    Required. The link to retrieve next set of items.

Return Value

Type: System.Threading.Tasks.Task<JobListResponse>

The response model for the list job operation.

See Also

JobOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top