RunbookOperationsExtensions.ListNext(IRunbookOperations, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez la liste suivante des runbooks. (voir http://aka.ms/azureautomationsdk/runbookoperations pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse ListNext (this Microsoft.WindowsAzure.Management.Automation.IRunbookOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.IRunbookOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse
<Extension()>
Public Function ListNext (operations As IRunbookOperations, nextLink As String) As 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 à
Azure SDK for .NET