Partilhar via


OutputsOperationsExtensions.ListByStreamingJobNextAsync Método

Definição

Lista todas as saídas no trabalho de streaming especificado.

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

Parâmetros

operations
IOutputsOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a