JobStreamOperationsExtensions.ListNext(IJobStreamOperations, String) Method

Definition

Gets the next page of job streams using next link.

public static Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse ListNext (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse
<Extension()>
Public Function ListNext (operations As IJobStreamOperations, nextLink As String) As 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