Partager via


VariableOperationsExtensions.ListAsync(IVariableOperations, String) Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Automation.IVariableOperations operations, string automationAccount);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.IVariableOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse>
<Extension()>
Public Function ListAsync (operations As IVariableOperations, automationAccount As String) As Task(Of VariableListResponse)

Paramètres

operations
IVariableOperations

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

automationAccount
String

Obligatoire. Nom du compte Automation.

Retours

Modèle de réponse pour l’opération de liste des variables.

S’applique à