Share via


FunctionsOperationsExtensions.ListByStreamingJobNext Method

Definition

Lists all of the functions under the specified streaming job.

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

Parameters

operations
IFunctionsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to