Share via


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)

Syntax

public static Task<JobStreamListResponse> ListNextAsync(
    this IJobStreamOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<JobStreamListResponse^>^ ListNextAsync(
    IJobStreamOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IJobStreamOperations *
        nextLink:string -> Task<JobStreamListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IJobStreamOperations,
    nextLink As String
) As Task(Of JobStreamListResponse)

Parameters

  • 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.

See Also

JobStreamOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top