Compartilhar via


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

Definição

Recupere a variável identificada pelo nome da variável. (consulte http://aka.ms/azureautomationsdk/variableoperations para obter mais informações)

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)

Parâmetros

automationAccount
String

O nome da conta de automação.

variableName
String

O nome da variável.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

O modelo de resposta para a operação obter variável.

Aplica-se a