JobStreamOperationsExtensions.ListNext 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)

<ExtensionAttribute>
Public Shared Function ListNext (
	operations As IJobStreamOperations,
	nextLink As String
) As JobStreamListResponse

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: Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse

The response model for the list job stream operation.

Return to top
Show: