Partager via


VariableOperationsExtensions.ListNext(IVariableOperations, String) Méthode

Définition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse ListNext (this Microsoft.WindowsAzure.Management.Automation.IVariableOperations operations, string nextLink);
static member ListNext : Microsoft.WindowsAzure.Management.Automation.IVariableOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse
<Extension()>
Public Function ListNext (operations As IVariableOperations, nextLink As String) As VariableListResponse

Paramètres

operations
IVariableOperations

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

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 variables de liste.

S’applique à