Partager via


FunctionsOperationsExtensions.ListByStreamingJobNextAsync Méthode

Définition

Répertorie toutes les fonctions sous le travail de diffusion en continu spécifié.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Function>> ListByStreamingJobNextAsync (this Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByStreamingJobNextAsync : Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.StreamAnalytics.Models.Function>>
<Extension()>
Public Function ListByStreamingJobNextAsync (operations As IFunctionsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Function))

Paramètres

operations
IFunctionsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à