Partager via


VariableOperationsExtensions.ListNextAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse> ListNextAsync (this Microsoft.WindowsAzure.Management.Automation.IVariableOperations operations, string nextLink);
static member ListNextAsync : Microsoft.WindowsAzure.Management.Automation.IVariableOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse>
<Extension()>
Public Function ListNextAsync (operations As IVariableOperations, nextLink As String) As Task(Of 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 liste des variables.

S’applique à