Compartilhar via


ClustersOperationsExtensions.ListStreamingJobsNext Método

Definição

Lista todos os trabalhos de streaming no cluster especificado.

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

Parâmetros

operations
IClustersOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

Retornos

Aplica-se a