JobStreamOperationsExtensions.ListNext Method (IJobStreamOperations, String)
Gets the next page of job streams using next link.
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.JobStreamListResponseThe response model for the list job stream operation.
Show: