Compartilhar via


IVariableOperations.ListAsync(String, CancellationToken) Método

Definição

Recupere uma lista de variáveis. (consulte http://aka.ms/azureautomationsdk/variableoperations para obter mais informações)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse> ListAsync (string automationAccount, System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse>
Public Function ListAsync (automationAccount As String, cancellationToken As CancellationToken) As Task(Of VariableListResponse)

Parâmetros

automationAccount
String

O nome da conta de automação.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

O modelo de resposta para a operação de variáveis de lista.

Aplica-se a