Partager via


IVariableOperations.GetAsync(String, String, CancellationToken) Méthode

Définition

Récupérez la variable identifiée par le nom de la variable. (voir http://aka.ms/azureautomationsdk/variableoperations pour plus d’informations)

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

Paramètres

automationAccount
String

Nom du compte Automation.

variableName
String

Nom de la variable.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Modèle de réponse pour l’opération obtenir la variable.

S’applique à