Partager via


JobStreamOperationsExtensions.ListNextAsync Méthode

Définition

Obtient la page suivante des flux de travaux à l’aide du lien suivant.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse> ListNextAsync(this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse>
<Extension()>
Public Function ListNextAsync (operations As IJobStreamOperations, nextLink As String) As Task(Of JobStreamListResponse)

Paramètres

operations
IJobStreamOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.

nextLink
String

Obligatoire. NextLink de l'appel réussi précédent à l'opération de liste.

Retours

Modèle de réponse pour l’opération de flux de travaux de liste.

S’applique à