Compartir a través de


OutputsOperationsExtensions.ListByStreamingJobNextAsync Método

Definición

Enumera todas las salidas en el trabajo 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

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a