Partager via


VariableOperationsExtensions.ListByAutomationAccountNextAsync Méthode

Définition

Récupérer une liste de variables. http://aka.ms/azureautomationsdk/variableoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Variable>> ListByAutomationAccountNextAsync (this Microsoft.Azure.Management.Automation.IVariableOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountNextAsync : Microsoft.Azure.Management.Automation.IVariableOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.Variable>>
<Extension()>
Public Function ListByAutomationAccountNextAsync (operations As IVariableOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Variable))

Paramètres

operations
IVariableOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à