Partager via


VariableOperationsExtensions.List(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 Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse List (this Microsoft.WindowsAzure.Management.Automation.IVariableOperations operations, string automationAccount);
static member List : Microsoft.WindowsAzure.Management.Automation.IVariableOperations * string -> Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse
<Extension()>
Public Function List (operations As IVariableOperations, automationAccount As String) As 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 à