Partager via


RunbookOperationsExtensions.ListNextAsync(IRunbookOperations, String) Méthode

Définition

Récupérez la liste suivante des runbooks. (voir http://aka.ms/azureautomationsdk/runbookoperations pour plus d’informations)

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

Paramètres

operations
IRunbookOperations

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

nextLink
String

Obligatoire. Lien permettant de récupérer l’ensemble d’éléments suivant.

Retours

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

S’applique à