Partager via


InputsOperationsExtensions.ListByStreamingJobNextAsync Méthode

Définition

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

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

Paramètres

operations
IInputsOperations

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 à