VariableOperationsExtensions.ListByAutomationAccountNextAsync Método

Definición

Recuperar una lista 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))

Parámetros

operations
IVariableOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a