JobStreamOperationsExtensions.ListNextAsync Method

Definition

Gets the next page of job streams using next link.

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

Parameters

operations
IJobStreamOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.

nextLink
String

Required. NextLink from the previous successful call to List operation.

Returns

The response model for the list job stream operation.

Applies to