JobStreamOperationsExtensions.ListNext(IJobStreamOperations, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.