Partager via


JobStreamOperationsExtensions.ListNext(IJobStreamOperations, String) Méthode

Définition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse ListNext (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse
<Extension()>
Public Function ListNext (operations As IJobStreamOperations, nextLink As String) As 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 à