JobStreamOperationsExtensions.ListNextAsync Method (IJobStreamOperations, String)

 

Gets the next page of job streams using next link.

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

public static Task<JobStreamListResponse> ListNextAsync(
	this IJobStreamOperations operations,
	string nextLink
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations

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

nextLink
Type: System.String

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

Return Value

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

The response model for the list job stream operation.

Return to top
Show: