OutputsOperationsExtensions.ListByStreamingJobNext Method

Definition

Lists all of the outputs under the specified streaming job.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output> ListByStreamingJobNext (this Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations operations, string nextPageLink);
static member ListByStreamingJobNext : Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Output>
<Extension()>
Public Function ListByStreamingJobNext (operations As IOutputsOperations, nextPageLink As String) As IPage(Of Output)

Parameters

operations
IOutputsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to