InputsOperationsExtensions.ListByStreamingJobNext Method

Definition

Lists all of the inputs under the specified streaming job.

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

Parameters

operations
IInputsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to